Shades of Cerulean Blue #194EE2
Tints of Cerulean Blue #194EE2
RGB
CMYK
RGB Variations
Color information
#194EE2 (or 0x194EE2) is known color: Cerulean Blue. HEX triplet: 19, 4E and E2. RGB value is (25,78,226). Sum of RGB (Red+Green+Blue) = 25+78+226=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 226 (88.67% from 255 or 68.69% from 329); Max value from RGB is 226 - color contains mainly: blue. Hex color #194EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EE2 is #E6B11D. Grayscale: #4E4E4E. Windows color (decimal): -15118622 or 14831129. OLE color: 14831129.
HSL color Cylindrical-coordinate representation of color #194EE2: hue angle of 224.18º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194EE2 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 25 | 78 | 226 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.11 |
| HSL | 224.18º | 0.8% | 0.49% | - |
| HSV(B) | 224.18º | 0.89% | 0.89% | - |
| XYZ | 16.85 | 11.15 | 73.21 | - |
| YUV | 79.03 | 210.94 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 226 | 0.89 | 0.65 | 0 | 0.11 | 224.18 | 0.8 | 0.49 |
| Hex | 19 | 4E | E2 | 59 | 41 | 0 | B | E0 | 50 | 31 |
| Octal | 31 | 116 | 342 | 131 | 101 | 0 | 13 | 340 | 120 | 61 |
| Binary | 11001 | 1001110 | 11100010 | 1011001 | 1000001 | 0 | 1011 | 11100000 | 1010000 | 110001 |
Color Harmonies of #194EE2
Complementary color
Monochromatic Colors of #194EE2
Black with #194EE2
Text Example
Text Example
White with #194EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EE2; }
p { color: rgb(25,78,226); }
H1.HeaderClassName
{
color: #194EE2;
}
.AnyTagClassName
{
color: #194EE2;
}
</style>
background-color css
<style>
a { background-color: #194EE2; }
a { background-color: rgb(25,78,226); }
div.DivClassName
{
background-color: #194EE2;
}
.BgClassName
{
background-color: #194EE2;
}
</style>
border-color css
<style>
span { border-color: #194EE2; }
span { border-color: rgb(25,78,226); }
td.TdClassName
{
border-color: #194EE2;
}
.TagClassName
{
border-color: #194EE2;
}
</style>