#1C48D0

Color #1C48D0 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #1C48D0

Tints of Cerulean Blue #1C48D0

Color information

#1C48D0 (or 0x1C48D0) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 48 and D0. RGB value is (28,72,208). Sum of RGB (Red+Green+Blue) = 28+72+208=308 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.09% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 208 (81.64% from 255 or 67.53% from 308); Max value from RGB is 208 - color contains mainly: blue. Hex color #1C48D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C48D0 is #E3B72F. Grayscale: #494949. Windows color (decimal): -14923568 or 13649948. OLE color: 13649948.

HSL color Cylindrical-coordinate representation of color #1C48D0: hue angle of 225.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C48D0 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2872208-
CMYK0.870.6500.18
HSL225.33º76.27%46.27%-
HSV(B)225.33º86.54%81.57%-
XYZ14.189.4460.75-
YUV74.35203.4294.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 9.09%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 208 (81.64% from 255) = 67.53%
R=9.09%
G=23.38%
B=67.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal28722080.870.6500.18225.3376.2746.27
Hex1C48D05741012e14c2e
Octal3411032012710102234111456
Binary1110010010001101000010101111000001010010111000011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C48D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C48D0; }

 p { color: rgb(28,72,208); }

 H1.HeaderClassName
 {
   color: #1C48D0;
 }
 .AnyTagClassName
 {
   color: #1C48D0;
 }
</style>
background-color css

<style>
 a { background-color: #1C48D0; }

 a { background-color: rgb(28,72,208); }

 div.DivClassName
 {
   background-color: #1C48D0;
 }
 .BgClassName
 {
   background-color: #1C48D0;
 }
</style>
border-color css

<style>
 span { border-color: #1C48D0; }

 span { border-color: rgb(28,72,208); }

 td.TdClassName
 {
   border-color: #1C48D0;
 }
 .TagClassName
 {
   border-color: #1C48D0;
 }
</style>