Shades of Cerulean Blue #194EE9
Tints of Cerulean Blue #194EE9
RGB
CMYK
RGB Variations
Color information
#194EE9 (or 0x194EE9) is known color: Cerulean Blue. HEX triplet: 19, 4E and E9. RGB value is (25,78,233). Sum of RGB (Red+Green+Blue) = 25+78+233=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 233 (91.41% from 255 or 69.35% from 336); Max value from RGB is 233 - color contains mainly: blue. Hex color #194EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194EE9 is #E6B116. Grayscale: #4F4F4F. Windows color (decimal): -15118615 or 15289881. OLE color: 15289881.
HSL color Cylindrical-coordinate representation of color #194EE9: hue angle of 224.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194EE9 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 78 | 233 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.09 |
| HSL | 224.71º | 0.83% | 0.51% | - |
| HSV(B) | 224.71º | 0.89% | 0.91% | - |
| XYZ | 17.83 | 11.54 | 78.38 | - |
| YUV | 79.82 | 214.44 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 233 | 0.89 | 0.67 | 0 | 0.09 | 224.71 | 0.83 | 0.51 |
| Hex | 19 | 4E | E9 | 59 | 43 | 0 | 9 | E1 | 53 | 33 |
| Octal | 31 | 116 | 351 | 131 | 103 | 0 | 11 | 341 | 123 | 63 |
| Binary | 11001 | 1001110 | 11101001 | 1011001 | 1000011 | 0 | 1001 | 11100001 | 1010011 | 110011 |
Color Harmonies of #194EE9
Complementary color
Monochromatic Colors of #194EE9
Black with #194EE9
Text Example
Text Example
White with #194EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EE9; }
p { color: rgb(25,78,233); }
H1.HeaderClassName
{
color: #194EE9;
}
.AnyTagClassName
{
color: #194EE9;
}
</style>
background-color css
<style>
a { background-color: #194EE9; }
a { background-color: rgb(25,78,233); }
div.DivClassName
{
background-color: #194EE9;
}
.BgClassName
{
background-color: #194EE9;
}
</style>
border-color css
<style>
span { border-color: #194EE9; }
span { border-color: rgb(25,78,233); }
td.TdClassName
{
border-color: #194EE9;
}
.TagClassName
{
border-color: #194EE9;
}
</style>