Shades of Cerulean Blue #1951DF
Tints of Cerulean Blue #1951DF
RGB
CMYK
RGB Variations
Color information
#1951DF (or 0x1951DF) is known color: Cerulean Blue. HEX triplet: 19, 51 and DF. RGB value is (25,81,223). Sum of RGB (Red+Green+Blue) = 25+81+223=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #1951DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1951DF is #E6AE20. Grayscale: #4F4F4F. Windows color (decimal): -15117857 or 14635289. OLE color: 14635289.
HSL color Cylindrical-coordinate representation of color #1951DF: hue angle of 223.03º 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 #1951DF is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 81 | 223 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.13 |
| HSL | 223.03º | 0.8% | 0.49% | - |
| HSV(B) | 223.03º | 0.89% | 0.87% | - |
| XYZ | 16.66 | 11.42 | 71.14 | - |
| YUV | 80.44 | 208.45 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 223 | 0.89 | 0.64 | 0 | 0.13 | 223.03 | 0.8 | 0.49 |
| Hex | 19 | 51 | DF | 59 | 40 | 0 | D | DF | 50 | 31 |
| Octal | 31 | 121 | 337 | 131 | 100 | 0 | 15 | 337 | 120 | 61 |
| Binary | 11001 | 1010001 | 11011111 | 1011001 | 1000000 | 0 | 1101 | 11011111 | 1010000 | 110001 |
Color Harmonies of #1951DF
Complementary color
Monochromatic Colors of #1951DF
Black with #1951DF
Text Example
Text Example
White with #1951DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1951DF; }
p { color: rgb(25,81,223); }
H1.HeaderClassName
{
color: #1951DF;
}
.AnyTagClassName
{
color: #1951DF;
}
</style>
background-color css
<style>
a { background-color: #1951DF; }
a { background-color: rgb(25,81,223); }
div.DivClassName
{
background-color: #1951DF;
}
.BgClassName
{
background-color: #1951DF;
}
</style>
border-color css
<style>
span { border-color: #1951DF; }
span { border-color: rgb(25,81,223); }
td.TdClassName
{
border-color: #1951DF;
}
.TagClassName
{
border-color: #1951DF;
}
</style>