Shades of Cerulean Blue #194EDE
Tints of Cerulean Blue #194EDE
RGB
CMYK
RGB Variations
Color information
#194EDE (or 0x194EDE) is known color: Cerulean Blue. HEX triplet: 19, 4E and DE. RGB value is (25,78,222). Sum of RGB (Red+Green+Blue) = 25+78+222=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #194EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EDE is #E6B121. Grayscale: #4D4D4D. Windows color (decimal): -15118626 or 14568985. OLE color: 14568985.
HSL color Cylindrical-coordinate representation of color #194EDE: hue angle of 223.86º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194EDE is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 78 | 222 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.13 |
| HSL | 223.86º | 0.8% | 0.48% | - |
| HSV(B) | 223.86º | 0.89% | 0.87% | - |
| XYZ | 16.31 | 10.93 | 70.36 | - |
| YUV | 78.57 | 208.94 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 222 | 0.89 | 0.65 | 0 | 0.13 | 223.86 | 0.8 | 0.48 |
| Hex | 19 | 4E | DE | 59 | 41 | 0 | D | E0 | 50 | 30 |
| Octal | 31 | 116 | 336 | 131 | 101 | 0 | 15 | 340 | 120 | 60 |
| Binary | 11001 | 1001110 | 11011110 | 1011001 | 1000001 | 0 | 1101 | 11100000 | 1010000 | 110000 |
Color Harmonies of #194EDE
Complementary color
Monochromatic Colors of #194EDE
Black with #194EDE
Text Example
Text Example
White with #194EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EDE; }
p { color: rgb(25,78,222); }
H1.HeaderClassName
{
color: #194EDE;
}
.AnyTagClassName
{
color: #194EDE;
}
</style>
background-color css
<style>
a { background-color: #194EDE; }
a { background-color: rgb(25,78,222); }
div.DivClassName
{
background-color: #194EDE;
}
.BgClassName
{
background-color: #194EDE;
}
</style>
border-color css
<style>
span { border-color: #194EDE; }
span { border-color: rgb(25,78,222); }
td.TdClassName
{
border-color: #194EDE;
}
.TagClassName
{
border-color: #194EDE;
}
</style>