Shades of Cerulean Blue #1C49CC
Tints of Cerulean Blue #1C49CC
RGB
CMYK
RGB Variations
Color information
#1C49CC (or 0x1C49CC) is known color: Cerulean Blue. HEX triplet: 1C, 49 and CC. RGB value is (28,73,204). Sum of RGB (Red+Green+Blue) = 28+73+204=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C49CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C49CC is #E3B633. Grayscale: #494949. Windows color (decimal): -14923316 or 13388060. OLE color: 13388060.
HSL color Cylindrical-coordinate representation of color #1C49CC: hue angle of 224.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C49CC is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 73 | 204 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.2 |
| HSL | 224.66º | 0.76% | 0.45% | - |
| HSV(B) | 224.66º | 0.86% | 0.8% | - |
| XYZ | 13.76 | 9.37 | 58.21 | - |
| YUV | 74.48 | 201.09 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 204 | 0.86 | 0.64 | 0 | 0.2 | 224.66 | 0.76 | 0.45 |
| Hex | 1C | 49 | CC | 56 | 40 | 0 | 14 | E1 | 4C | 2D |
| Octal | 34 | 111 | 314 | 126 | 100 | 0 | 24 | 341 | 114 | 55 |
| Binary | 11100 | 1001001 | 11001100 | 1010110 | 1000000 | 0 | 10100 | 11100001 | 1001100 | 101101 |
Color Harmonies of #1C49CC
Complementary color
Monochromatic Colors of #1C49CC
Black with #1C49CC
Text Example
Text Example
White with #1C49CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C49CC; }
p { color: rgb(28,73,204); }
H1.HeaderClassName
{
color: #1C49CC;
}
.AnyTagClassName
{
color: #1C49CC;
}
</style>
background-color css
<style>
a { background-color: #1C49CC; }
a { background-color: rgb(28,73,204); }
div.DivClassName
{
background-color: #1C49CC;
}
.BgClassName
{
background-color: #1C49CC;
}
</style>
border-color css
<style>
span { border-color: #1C49CC; }
span { border-color: rgb(28,73,204); }
td.TdClassName
{
border-color: #1C49CC;
}
.TagClassName
{
border-color: #1C49CC;
}
</style>