Shades of Cerulean Blue #1956DF
Tints of Cerulean Blue #1956DF
RGB
CMYK
RGB Variations
Color information
#1956DF (or 0x1956DF) is known color: Cerulean Blue. HEX triplet: 19, 56 and DF. RGB value is (25,86,223). Sum of RGB (Red+Green+Blue) = 25+86+223=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #1956DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1956DF is #E6A920. Grayscale: #525252. Windows color (decimal): -15116577 or 14636569. OLE color: 14636569.
HSL color Cylindrical-coordinate representation of color #1956DF: hue angle of 221.52º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1956DF is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 86 | 223 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.13 |
| HSL | 221.52º | 0.8% | 0.49% | - |
| HSV(B) | 221.52º | 0.89% | 0.87% | - |
| XYZ | 17.05 | 12.19 | 71.27 | - |
| YUV | 83.38 | 206.79 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 86 | 223 | 0.89 | 0.61 | 0 | 0.13 | 221.52 | 0.8 | 0.49 |
| Hex | 19 | 56 | DF | 59 | 3D | 0 | D | DE | 50 | 31 |
| Octal | 31 | 126 | 337 | 131 | 75 | 0 | 15 | 336 | 120 | 61 |
| Binary | 11001 | 1010110 | 11011111 | 1011001 | 111101 | 0 | 1101 | 11011110 | 1010000 | 110001 |
Color Harmonies of #1956DF
Complementary color
Monochromatic Colors of #1956DF
Black with #1956DF
Text Example
Text Example
White with #1956DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1956DF; }
p { color: rgb(25,86,223); }
H1.HeaderClassName
{
color: #1956DF;
}
.AnyTagClassName
{
color: #1956DF;
}
</style>
background-color css
<style>
a { background-color: #1956DF; }
a { background-color: rgb(25,86,223); }
div.DivClassName
{
background-color: #1956DF;
}
.BgClassName
{
background-color: #1956DF;
}
</style>
border-color css
<style>
span { border-color: #1956DF; }
span { border-color: rgb(25,86,223); }
td.TdClassName
{
border-color: #1956DF;
}
.TagClassName
{
border-color: #1956DF;
}
</style>