Shades of Cerulean Blue #1952CB
Tints of Cerulean Blue #1952CB
RGB
CMYK
RGB Variations
Color information
#1952CB (or 0x1952CB) is known color: Cerulean Blue. HEX triplet: 19, 52 and CB. RGB value is (25,82,203). Sum of RGB (Red+Green+Blue) = 25+82+203=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #1952CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1952CB is #E6AD34. Grayscale: #4E4E4E. Windows color (decimal): -15117621 or 13324825. OLE color: 13324825.
HSL color Cylindrical-coordinate representation of color #1952CB: hue angle of 220.79º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1952CB is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 82 | 203 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.20 |
| HSL | 220.79º | 0.78% | 0.45% | - |
| HSV(B) | 220.79º | 0.88% | 0.8% | - |
| XYZ | 14.2 | 10.55 | 57.79 | - |
| YUV | 78.75 | 198.12 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 203 | 0.88 | 0.60 | 0 | 0.20 | 220.79 | 0.78 | 0.45 |
| Hex | 19 | 52 | CB | 58 | 3C | 0 | 14 | DD | 4E | 2D |
| Octal | 31 | 122 | 313 | 130 | 74 | 0 | 24 | 335 | 116 | 55 |
| Binary | 11001 | 1010010 | 11001011 | 1011000 | 111100 | 0 | 10100 | 11011101 | 1001110 | 101101 |
Color Harmonies of #1952CB
Complementary color
Monochromatic Colors of #1952CB
Black with #1952CB
Text Example
Text Example
White with #1952CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1952CB; }
p { color: rgb(25,82,203); }
H1.HeaderClassName
{
color: #1952CB;
}
.AnyTagClassName
{
color: #1952CB;
}
</style>
background-color css
<style>
a { background-color: #1952CB; }
a { background-color: rgb(25,82,203); }
div.DivClassName
{
background-color: #1952CB;
}
.BgClassName
{
background-color: #1952CB;
}
</style>
border-color css
<style>
span { border-color: #1952CB; }
span { border-color: rgb(25,82,203); }
td.TdClassName
{
border-color: #1952CB;
}
.TagClassName
{
border-color: #1952CB;
}
</style>