Shades of Cerulean Blue #1952CC
Tints of Cerulean Blue #1952CC
RGB
CMYK
RGB Variations
Color information
#1952CC (or 0x1952CC) is known color: Cerulean Blue. HEX triplet: 19, 52 and CC. RGB value is (25,82,204). Sum of RGB (Red+Green+Blue) = 25+82+204=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #1952CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1952CC is #E6AD33. Grayscale: #4E4E4E. Windows color (decimal): -15117620 or 13390361. OLE color: 13390361.
HSL color Cylindrical-coordinate representation of color #1952CC: hue angle of 220.89º 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 #1952CC is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 82 | 204 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.2 |
| HSL | 220.89º | 0.78% | 0.45% | - |
| HSV(B) | 220.89º | 0.88% | 0.8% | - |
| XYZ | 14.32 | 10.6 | 58.42 | - |
| YUV | 78.87 | 198.62 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 204 | 0.88 | 0.60 | 0 | 0.2 | 220.89 | 0.78 | 0.45 |
| Hex | 19 | 52 | CC | 58 | 3C | 0 | 14 | DD | 4E | 2D |
| Octal | 31 | 122 | 314 | 130 | 74 | 0 | 24 | 335 | 116 | 55 |
| Binary | 11001 | 1010010 | 11001100 | 1011000 | 111100 | 0 | 10100 | 11011101 | 1001110 | 101101 |
Color Harmonies of #1952CC
Complementary color
Monochromatic Colors of #1952CC
Black with #1952CC
Text Example
Text Example
White with #1952CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1952CC; }
p { color: rgb(25,82,204); }
H1.HeaderClassName
{
color: #1952CC;
}
.AnyTagClassName
{
color: #1952CC;
}
</style>
background-color css
<style>
a { background-color: #1952CC; }
a { background-color: rgb(25,82,204); }
div.DivClassName
{
background-color: #1952CC;
}
.BgClassName
{
background-color: #1952CC;
}
</style>
border-color css
<style>
span { border-color: #1952CC; }
span { border-color: rgb(25,82,204); }
td.TdClassName
{
border-color: #1952CC;
}
.TagClassName
{
border-color: #1952CC;
}
</style>