Shades of Cerulean Blue #194FC8
Tints of Cerulean Blue #194FC8
RGB
CMYK
RGB Variations
Color information
#194FC8 (or 0x194FC8) is known color: Cerulean Blue. HEX triplet: 19, 4F and C8. RGB value is (25,79,200). Sum of RGB (Red+Green+Blue) = 25+79+200=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 200 (78.52% from 255 or 65.79% from 304); Max value from RGB is 200 - color contains mainly: blue. Hex color #194FC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FC8 is #E6B037. Grayscale: #4C4C4C. Windows color (decimal): -15118392 or 13127449. OLE color: 13127449.
HSL color Cylindrical-coordinate representation of color #194FC8: hue angle of 221.49º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194FC8 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 79 | 200 | - |
| CMYK | 0.88 | 0.60 | 0 | 0.22 |
| HSL | 221.49º | 0.78% | 0.44% | - |
| HSV(B) | 221.49º | 0.88% | 0.78% | - |
| XYZ | 13.62 | 9.97 | 55.85 | - |
| YUV | 76.65 | 197.61 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 200 | 0.88 | 0.60 | 0 | 0.22 | 221.49 | 0.78 | 0.44 |
| Hex | 19 | 4F | C8 | 58 | 3C | 0 | 16 | DD | 4E | 2C |
| Octal | 31 | 117 | 310 | 130 | 74 | 0 | 26 | 335 | 116 | 54 |
| Binary | 11001 | 1001111 | 11001000 | 1011000 | 111100 | 0 | 10110 | 11011101 | 1001110 | 101100 |
Color Harmonies of #194FC8
Complementary color
Monochromatic Colors of #194FC8
Black with #194FC8
Text Example
Text Example
White with #194FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FC8; }
p { color: rgb(25,79,200); }
H1.HeaderClassName
{
color: #194FC8;
}
.AnyTagClassName
{
color: #194FC8;
}
</style>
background-color css
<style>
a { background-color: #194FC8; }
a { background-color: rgb(25,79,200); }
div.DivClassName
{
background-color: #194FC8;
}
.BgClassName
{
background-color: #194FC8;
}
</style>
border-color css
<style>
span { border-color: #194FC8; }
span { border-color: rgb(25,79,200); }
td.TdClassName
{
border-color: #194FC8;
}
.TagClassName
{
border-color: #194FC8;
}
</style>