Shades of Cerulean Blue #1C49CE
Tints of Cerulean Blue #1C49CE
RGB
CMYK
RGB Variations
Color information
#1C49CE (or 0x1C49CE) is known color: Cerulean Blue. HEX triplet: 1C, 49 and CE. RGB value is (28,73,206). Sum of RGB (Red+Green+Blue) = 28+73+206=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C49CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C49CE is #E3B631. Grayscale: #4A4A4A. Windows color (decimal): -14923314 or 13519132. OLE color: 13519132.
HSL color Cylindrical-coordinate representation of color #1C49CE: hue angle of 224.83º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C49CE is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 73 | 206 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.19 |
| HSL | 224.83º | 0.76% | 0.46% | - |
| HSV(B) | 224.83º | 0.86% | 0.81% | - |
| XYZ | 14 | 9.47 | 59.48 | - |
| YUV | 74.71 | 202.09 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 206 | 0.86 | 0.65 | 0 | 0.19 | 224.83 | 0.76 | 0.46 |
| Hex | 1C | 49 | CE | 56 | 41 | 0 | 13 | E1 | 4C | 2E |
| Octal | 34 | 111 | 316 | 126 | 101 | 0 | 23 | 341 | 114 | 56 |
| Binary | 11100 | 1001001 | 11001110 | 1010110 | 1000001 | 0 | 10011 | 11100001 | 1001100 | 101110 |
Color Harmonies of #1C49CE
Complementary color
Monochromatic Colors of #1C49CE
Black with #1C49CE
Text Example
Text Example
White with #1C49CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C49CE; }
p { color: rgb(28,73,206); }
H1.HeaderClassName
{
color: #1C49CE;
}
.AnyTagClassName
{
color: #1C49CE;
}
</style>
background-color css
<style>
a { background-color: #1C49CE; }
a { background-color: rgb(28,73,206); }
div.DivClassName
{
background-color: #1C49CE;
}
.BgClassName
{
background-color: #1C49CE;
}
</style>
border-color css
<style>
span { border-color: #1C49CE; }
span { border-color: rgb(28,73,206); }
td.TdClassName
{
border-color: #1C49CE;
}
.TagClassName
{
border-color: #1C49CE;
}
</style>