Shades of Cerulean Blue #1953DF
Tints of Cerulean Blue #1953DF
RGB
CMYK
RGB Variations
Color information
#1953DF (or 0x1953DF) is known color: Cerulean Blue. HEX triplet: 19, 53 and DF. RGB value is (25,83,223). Sum of RGB (Red+Green+Blue) = 25+83+223=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #1953DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1953DF is #E6AC20. Grayscale: #515151. Windows color (decimal): -15117345 or 14635801. OLE color: 14635801.
HSL color Cylindrical-coordinate representation of color #1953DF: hue angle of 222.42º 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 #1953DF is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 83 | 223 | - |
| CMYK | 0.89 | 0.63 | 0 | 0.13 |
| HSL | 222.42º | 0.8% | 0.49% | - |
| HSV(B) | 222.42º | 0.89% | 0.87% | - |
| XYZ | 16.81 | 11.72 | 71.19 | - |
| YUV | 81.62 | 207.78 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 223 | 0.89 | 0.63 | 0 | 0.13 | 222.42 | 0.8 | 0.49 |
| Hex | 19 | 53 | DF | 59 | 3F | 0 | D | DE | 50 | 31 |
| Octal | 31 | 123 | 337 | 131 | 77 | 0 | 15 | 336 | 120 | 61 |
| Binary | 11001 | 1010011 | 11011111 | 1011001 | 111111 | 0 | 1101 | 11011110 | 1010000 | 110001 |
Color Harmonies of #1953DF
Complementary color
Monochromatic Colors of #1953DF
Black with #1953DF
Text Example
Text Example
White with #1953DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1953DF; }
p { color: rgb(25,83,223); }
H1.HeaderClassName
{
color: #1953DF;
}
.AnyTagClassName
{
color: #1953DF;
}
</style>
background-color css
<style>
a { background-color: #1953DF; }
a { background-color: rgb(25,83,223); }
div.DivClassName
{
background-color: #1953DF;
}
.BgClassName
{
background-color: #1953DF;
}
</style>
border-color css
<style>
span { border-color: #1953DF; }
span { border-color: rgb(25,83,223); }
td.TdClassName
{
border-color: #1953DF;
}
.TagClassName
{
border-color: #1953DF;
}
</style>