Shades of Cerulean Blue #194EE0
Tints of Cerulean Blue #194EE0
RGB
CMYK
RGB Variations
Color information
#194EE0 (or 0x194EE0) is known color: Cerulean Blue. HEX triplet: 19, 4E and E0. RGB value is (25,78,224). Sum of RGB (Red+Green+Blue) = 25+78+224=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 224 (87.89% from 255 or 68.50% from 327); Max value from RGB is 224 - color contains mainly: blue. Hex color #194EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EE0 is #E6B11F. Grayscale: #4E4E4E. Windows color (decimal): -15118624 or 14700057. OLE color: 14700057.
HSL color Cylindrical-coordinate representation of color #194EE0: hue angle of 224.02º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194EE0 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 25 | 78 | 224 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.12 |
| HSL | 224.02º | 0.8% | 0.49% | - |
| HSV(B) | 224.02º | 0.89% | 0.88% | - |
| XYZ | 16.58 | 11.04 | 71.78 | - |
| YUV | 78.8 | 209.94 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 224 | 0.89 | 0.65 | 0 | 0.12 | 224.02 | 0.8 | 0.49 |
| Hex | 19 | 4E | E0 | 59 | 41 | 0 | C | E0 | 50 | 31 |
| Octal | 31 | 116 | 340 | 131 | 101 | 0 | 14 | 340 | 120 | 61 |
| Binary | 11001 | 1001110 | 11100000 | 1011001 | 1000001 | 0 | 1100 | 11100000 | 1010000 | 110001 |
Color Harmonies of #194EE0
Complementary color
Monochromatic Colors of #194EE0
Black with #194EE0
Text Example
Text Example
White with #194EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EE0; }
p { color: rgb(25,78,224); }
H1.HeaderClassName
{
color: #194EE0;
}
.AnyTagClassName
{
color: #194EE0;
}
</style>
background-color css
<style>
a { background-color: #194EE0; }
a { background-color: rgb(25,78,224); }
div.DivClassName
{
background-color: #194EE0;
}
.BgClassName
{
background-color: #194EE0;
}
</style>
border-color css
<style>
span { border-color: #194EE0; }
span { border-color: rgb(25,78,224); }
td.TdClassName
{
border-color: #194EE0;
}
.TagClassName
{
border-color: #194EE0;
}
</style>