Shades of Cerulean Blue #194EE8
Tints of Cerulean Blue #194EE8
RGB
CMYK
RGB Variations
Color information
#194EE8 (or 0x194EE8) is known color: Cerulean Blue. HEX triplet: 19, 4E and E8. RGB value is (25,78,232). Sum of RGB (Red+Green+Blue) = 25+78+232=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 232 (91.02% from 255 or 69.25% from 335); Max value from RGB is 232 - color contains mainly: blue. Hex color #194EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194EE8 is #E6B117. Grayscale: #4F4F4F. Windows color (decimal): -15118616 or 15224345. OLE color: 15224345.
HSL color Cylindrical-coordinate representation of color #194EE8: hue angle of 224.64º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194EE8 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 78 | 232 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.09 |
| HSL | 224.64º | 0.82% | 0.5% | - |
| HSV(B) | 224.64º | 0.89% | 0.91% | - |
| XYZ | 17.69 | 11.48 | 77.63 | - |
| YUV | 79.71 | 213.94 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 232 | 0.89 | 0.66 | 0 | 0.09 | 224.64 | 0.82 | 0.5 |
| Hex | 19 | 4E | E8 | 59 | 42 | 0 | 9 | E1 | 52 | 32 |
| Octal | 31 | 116 | 350 | 131 | 102 | 0 | 11 | 341 | 122 | 62 |
| Binary | 11001 | 1001110 | 11101000 | 1011001 | 1000010 | 0 | 1001 | 11100001 | 1010010 | 110010 |
Color Harmonies of #194EE8
Complementary color
Monochromatic Colors of #194EE8
Black with #194EE8
Text Example
Text Example
White with #194EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EE8; }
p { color: rgb(25,78,232); }
H1.HeaderClassName
{
color: #194EE8;
}
.AnyTagClassName
{
color: #194EE8;
}
</style>
background-color css
<style>
a { background-color: #194EE8; }
a { background-color: rgb(25,78,232); }
div.DivClassName
{
background-color: #194EE8;
}
.BgClassName
{
background-color: #194EE8;
}
</style>
border-color css
<style>
span { border-color: #194EE8; }
span { border-color: rgb(25,78,232); }
td.TdClassName
{
border-color: #194EE8;
}
.TagClassName
{
border-color: #194EE8;
}
</style>