Shades of Cerulean Blue #1C49CB
Tints of Cerulean Blue #1C49CB
RGB
CMYK
RGB Variations
Color information
#1C49CB (or 0x1C49CB) is known color: Cerulean Blue. HEX triplet: 1C, 49 and CB. RGB value is (28,73,203). Sum of RGB (Red+Green+Blue) = 28+73+203=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C49CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C49CB is #E3B634. Grayscale: #494949. Windows color (decimal): -14923317 or 13322524. OLE color: 13322524.
HSL color Cylindrical-coordinate representation of color #1C49CB: hue angle of 224.57º 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 #1C49CB is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 73 | 203 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.20 |
| HSL | 224.57º | 0.76% | 0.45% | - |
| HSV(B) | 224.57º | 0.86% | 0.8% | - |
| XYZ | 13.64 | 9.32 | 57.58 | - |
| YUV | 74.37 | 200.59 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 203 | 0.86 | 0.64 | 0 | 0.20 | 224.57 | 0.76 | 0.45 |
| Hex | 1C | 49 | CB | 56 | 40 | 0 | 14 | E1 | 4C | 2D |
| Octal | 34 | 111 | 313 | 126 | 100 | 0 | 24 | 341 | 114 | 55 |
| Binary | 11100 | 1001001 | 11001011 | 1010110 | 1000000 | 0 | 10100 | 11100001 | 1001100 | 101101 |
Color Harmonies of #1C49CB
Complementary color
Monochromatic Colors of #1C49CB
Black with #1C49CB
Text Example
Text Example
White with #1C49CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C49CB; }
p { color: rgb(28,73,203); }
H1.HeaderClassName
{
color: #1C49CB;
}
.AnyTagClassName
{
color: #1C49CB;
}
</style>
background-color css
<style>
a { background-color: #1C49CB; }
a { background-color: rgb(28,73,203); }
div.DivClassName
{
background-color: #1C49CB;
}
.BgClassName
{
background-color: #1C49CB;
}
</style>
border-color css
<style>
span { border-color: #1C49CB; }
span { border-color: rgb(28,73,203); }
td.TdClassName
{
border-color: #1C49CB;
}
.TagClassName
{
border-color: #1C49CB;
}
</style>