Shades of Cerulean Blue #1952CF
Tints of Cerulean Blue #1952CF
RGB
CMYK
RGB Variations
Color information
#1952CF (or 0x1952CF) is known color: Cerulean Blue. HEX triplet: 19, 52 and CF. RGB value is (25,82,207). Sum of RGB (Red+Green+Blue) = 25+82+207=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #1952CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1952CF is #E6AD30. Grayscale: #4E4E4E. Windows color (decimal): -15117617 or 13586969. OLE color: 13586969.
HSL color Cylindrical-coordinate representation of color #1952CF: hue angle of 221.21º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1952CF is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 82 | 207 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.19 |
| HSL | 221.21º | 0.78% | 0.45% | - |
| HSV(B) | 221.21º | 0.88% | 0.81% | - |
| XYZ | 14.68 | 10.75 | 60.33 | - |
| YUV | 79.21 | 200.12 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 207 | 0.88 | 0.60 | 0 | 0.19 | 221.21 | 0.78 | 0.45 |
| Hex | 19 | 52 | CF | 58 | 3C | 0 | 13 | DD | 4E | 2D |
| Octal | 31 | 122 | 317 | 130 | 74 | 0 | 23 | 335 | 116 | 55 |
| Binary | 11001 | 1010010 | 11001111 | 1011000 | 111100 | 0 | 10011 | 11011101 | 1001110 | 101101 |
Color Harmonies of #1952CF
Complementary color
Monochromatic Colors of #1952CF
Black with #1952CF
Text Example
Text Example
White with #1952CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1952CF; }
p { color: rgb(25,82,207); }
H1.HeaderClassName
{
color: #1952CF;
}
.AnyTagClassName
{
color: #1952CF;
}
</style>
background-color css
<style>
a { background-color: #1952CF; }
a { background-color: rgb(25,82,207); }
div.DivClassName
{
background-color: #1952CF;
}
.BgClassName
{
background-color: #1952CF;
}
</style>
border-color css
<style>
span { border-color: #1952CF; }
span { border-color: rgb(25,82,207); }
td.TdClassName
{
border-color: #1952CF;
}
.TagClassName
{
border-color: #1952CF;
}
</style>