Shades of Cerulean Blue #1950C6
Tints of Cerulean Blue #1950C6
RGB
CMYK
RGB Variations
Color information
#1950C6 (or 0x1950C6) is known color: Cerulean Blue. HEX triplet: 19, 50 and C6. RGB value is (25,80,198). Sum of RGB (Red+Green+Blue) = 25+80+198=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 198 (77.73% from 255 or 65.35% from 303); Max value from RGB is 198 - color contains mainly: blue. Hex color #1950C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1950C6 is #E6AF39. Grayscale: #4C4C4C. Windows color (decimal): -15118138 or 12996633. OLE color: 12996633.
HSL color Cylindrical-coordinate representation of color #1950C6: hue angle of 220.92º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1950C6 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 80 | 198 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.22 |
| HSL | 220.92º | 0.78% | 0.44% | - |
| HSV(B) | 220.92º | 0.87% | 0.78% | - |
| XYZ | 13.46 | 10.02 | 54.65 | - |
| YUV | 77.01 | 196.28 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 80 | 198 | 0.87 | 0.60 | 0 | 0.22 | 220.92 | 0.78 | 0.44 |
| Hex | 19 | 50 | C6 | 57 | 3C | 0 | 16 | DD | 4E | 2C |
| Octal | 31 | 120 | 306 | 127 | 74 | 0 | 26 | 335 | 116 | 54 |
| Binary | 11001 | 1010000 | 11000110 | 1010111 | 111100 | 0 | 10110 | 11011101 | 1001110 | 101100 |
Color Harmonies of #1950C6
Complementary color
Monochromatic Colors of #1950C6
Black with #1950C6
Text Example
Text Example
White with #1950C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1950C6; }
p { color: rgb(25,80,198); }
H1.HeaderClassName
{
color: #1950C6;
}
.AnyTagClassName
{
color: #1950C6;
}
</style>
background-color css
<style>
a { background-color: #1950C6; }
a { background-color: rgb(25,80,198); }
div.DivClassName
{
background-color: #1950C6;
}
.BgClassName
{
background-color: #1950C6;
}
</style>
border-color css
<style>
span { border-color: #1950C6; }
span { border-color: rgb(25,80,198); }
td.TdClassName
{
border-color: #1950C6;
}
.TagClassName
{
border-color: #1950C6;
}
</style>