Shades of Cerulean Blue #194FCE
Tints of Cerulean Blue #194FCE
RGB
CMYK
RGB Variations
Color information
#194FCE (or 0x194FCE) is known color: Cerulean Blue. HEX triplet: 19, 4F and CE. RGB value is (25,79,206). Sum of RGB (Red+Green+Blue) = 25+79+206=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #194FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FCE is #E6B031. Grayscale: #4C4C4C. Windows color (decimal): -15118386 or 13520665. OLE color: 13520665.
HSL color Cylindrical-coordinate representation of color #194FCE: hue angle of 222.1º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194FCE is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 79 | 206 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.19 |
| HSL | 222.1º | 0.78% | 0.45% | - |
| HSV(B) | 222.1º | 0.88% | 0.81% | - |
| XYZ | 14.34 | 10.25 | 59.62 | - |
| YUV | 77.33 | 200.61 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 206 | 0.88 | 0.62 | 0 | 0.19 | 222.1 | 0.78 | 0.45 |
| Hex | 19 | 4F | CE | 58 | 3E | 0 | 13 | DE | 4E | 2D |
| Octal | 31 | 117 | 316 | 130 | 76 | 0 | 23 | 336 | 116 | 55 |
| Binary | 11001 | 1001111 | 11001110 | 1011000 | 111110 | 0 | 10011 | 11011110 | 1001110 | 101101 |
Color Harmonies of #194FCE
Complementary color
Monochromatic Colors of #194FCE
Black with #194FCE
Text Example
Text Example
White with #194FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FCE; }
p { color: rgb(25,79,206); }
H1.HeaderClassName
{
color: #194FCE;
}
.AnyTagClassName
{
color: #194FCE;
}
</style>
background-color css
<style>
a { background-color: #194FCE; }
a { background-color: rgb(25,79,206); }
div.DivClassName
{
background-color: #194FCE;
}
.BgClassName
{
background-color: #194FCE;
}
</style>
border-color css
<style>
span { border-color: #194FCE; }
span { border-color: rgb(25,79,206); }
td.TdClassName
{
border-color: #194FCE;
}
.TagClassName
{
border-color: #194FCE;
}
</style>