Shades of Cerulean Blue #194EE6
Tints of Cerulean Blue #194EE6
RGB
CMYK
RGB Variations
Color information
#194EE6 (or 0x194EE6) is known color: Cerulean Blue. HEX triplet: 19, 4E and E6. RGB value is (25,78,230). Sum of RGB (Red+Green+Blue) = 25+78+230=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 230 (90.23% from 255 or 69.07% from 333); Max value from RGB is 230 - color contains mainly: blue. Hex color #194EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #194EE6 is #E6B119. Grayscale: #4E4E4E. Windows color (decimal): -15118618 or 15093273. OLE color: 15093273.
HSL color Cylindrical-coordinate representation of color #194EE6: hue angle of 224.49º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194EE6 is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 78 | 230 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.10 |
| HSL | 224.49º | 0.8% | 0.5% | - |
| HSV(B) | 224.49º | 0.89% | 0.9% | - |
| XYZ | 17.41 | 11.37 | 76.14 | - |
| YUV | 79.48 | 212.94 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 230 | 0.89 | 0.66 | 0 | 0.10 | 224.49 | 0.8 | 0.5 |
| Hex | 19 | 4E | E6 | 59 | 42 | 0 | A | E0 | 50 | 32 |
| Octal | 31 | 116 | 346 | 131 | 102 | 0 | 12 | 340 | 120 | 62 |
| Binary | 11001 | 1001110 | 11100110 | 1011001 | 1000010 | 0 | 1010 | 11100000 | 1010000 | 110010 |
Color Harmonies of #194EE6
Complementary color
Monochromatic Colors of #194EE6
Black with #194EE6
Text Example
Text Example
White with #194EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EE6; }
p { color: rgb(25,78,230); }
H1.HeaderClassName
{
color: #194EE6;
}
.AnyTagClassName
{
color: #194EE6;
}
</style>
background-color css
<style>
a { background-color: #194EE6; }
a { background-color: rgb(25,78,230); }
div.DivClassName
{
background-color: #194EE6;
}
.BgClassName
{
background-color: #194EE6;
}
</style>
border-color css
<style>
span { border-color: #194EE6; }
span { border-color: rgb(25,78,230); }
td.TdClassName
{
border-color: #194EE6;
}
.TagClassName
{
border-color: #194EE6;
}
</style>