Shades of Cerulean Blue #1951CC
Tints of Cerulean Blue #1951CC
RGB
CMYK
RGB Variations
Color information
#1951CC (or 0x1951CC) is known color: Cerulean Blue. HEX triplet: 19, 51 and CC. RGB value is (25,81,204). Sum of RGB (Red+Green+Blue) = 25+81+204=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #1951CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1951CC is #E6AE33. Grayscale: #4D4D4D. Windows color (decimal): -15117876 or 13390105. OLE color: 13390105.
HSL color Cylindrical-coordinate representation of color #1951CC: hue angle of 221.23º 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 #1951CC is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 81 | 204 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.2 |
| HSL | 221.23º | 0.78% | 0.45% | - |
| HSV(B) | 221.23º | 0.88% | 0.8% | - |
| XYZ | 14.24 | 10.45 | 58.39 | - |
| YUV | 78.28 | 198.95 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 204 | 0.88 | 0.60 | 0 | 0.2 | 221.23 | 0.78 | 0.45 |
| Hex | 19 | 51 | CC | 58 | 3C | 0 | 14 | DD | 4E | 2D |
| Octal | 31 | 121 | 314 | 130 | 74 | 0 | 24 | 335 | 116 | 55 |
| Binary | 11001 | 1010001 | 11001100 | 1011000 | 111100 | 0 | 10100 | 11011101 | 1001110 | 101101 |
Color Harmonies of #1951CC
Complementary color
Monochromatic Colors of #1951CC
Black with #1951CC
Text Example
Text Example
White with #1951CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1951CC; }
p { color: rgb(25,81,204); }
H1.HeaderClassName
{
color: #1951CC;
}
.AnyTagClassName
{
color: #1951CC;
}
</style>
background-color css
<style>
a { background-color: #1951CC; }
a { background-color: rgb(25,81,204); }
div.DivClassName
{
background-color: #1951CC;
}
.BgClassName
{
background-color: #1951CC;
}
</style>
border-color css
<style>
span { border-color: #1951CC; }
span { border-color: rgb(25,81,204); }
td.TdClassName
{
border-color: #1951CC;
}
.TagClassName
{
border-color: #1951CC;
}
</style>