Shades of Cerulean Blue #1955DF
Tints of Cerulean Blue #1955DF
RGB
CMYK
RGB Variations
Color information
#1955DF (or 0x1955DF) is known color: Cerulean Blue. HEX triplet: 19, 55 and DF. RGB value is (25,85,223). Sum of RGB (Red+Green+Blue) = 25+85+223=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #1955DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1955DF is #E6AA20. Grayscale: #525252. Windows color (decimal): -15116833 or 14636313. OLE color: 14636313.
HSL color Cylindrical-coordinate representation of color #1955DF: hue angle of 221.82º 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 #1955DF is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 85 | 223 | - |
| CMYK | 0.89 | 0.62 | 0 | 0.13 |
| HSL | 221.82º | 0.8% | 0.49% | - |
| HSV(B) | 221.82º | 0.89% | 0.87% | - |
| XYZ | 16.97 | 12.03 | 71.24 | - |
| YUV | 82.79 | 207.12 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 85 | 223 | 0.89 | 0.62 | 0 | 0.13 | 221.82 | 0.8 | 0.49 |
| Hex | 19 | 55 | DF | 59 | 3E | 0 | D | DE | 50 | 31 |
| Octal | 31 | 125 | 337 | 131 | 76 | 0 | 15 | 336 | 120 | 61 |
| Binary | 11001 | 1010101 | 11011111 | 1011001 | 111110 | 0 | 1101 | 11011110 | 1010000 | 110001 |
Color Harmonies of #1955DF
Complementary color
Monochromatic Colors of #1955DF
Black with #1955DF
Text Example
Text Example
White with #1955DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1955DF; }
p { color: rgb(25,85,223); }
H1.HeaderClassName
{
color: #1955DF;
}
.AnyTagClassName
{
color: #1955DF;
}
</style>
background-color css
<style>
a { background-color: #1955DF; }
a { background-color: rgb(25,85,223); }
div.DivClassName
{
background-color: #1955DF;
}
.BgClassName
{
background-color: #1955DF;
}
</style>
border-color css
<style>
span { border-color: #1955DF; }
span { border-color: rgb(25,85,223); }
td.TdClassName
{
border-color: #1955DF;
}
.TagClassName
{
border-color: #1955DF;
}
</style>