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