Shades of Cerulean Blue #194ECD
Tints of Cerulean Blue #194ECD
RGB
CMYK
RGB Variations
Color information
#194ECD (or 0x194ECD) is known color: Cerulean Blue. HEX triplet: 19, 4E and CD. RGB value is (25,78,205). Sum of RGB (Red+Green+Blue) = 25+78+205=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #194ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194ECD is #E6B132. Grayscale: #4C4C4C. Windows color (decimal): -15118643 or 13454873. OLE color: 13454873.
HSL color Cylindrical-coordinate representation of color #194ECD: hue angle of 222.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194ECD is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 78 | 205 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.20 |
| HSL | 222.33º | 0.78% | 0.45% | - |
| HSV(B) | 222.33º | 0.88% | 0.8% | - |
| XYZ | 14.14 | 10.06 | 58.95 | - |
| YUV | 76.63 | 200.44 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 205 | 0.88 | 0.62 | 0 | 0.20 | 222.33 | 0.78 | 0.45 |
| Hex | 19 | 4E | CD | 58 | 3E | 0 | 14 | DE | 4E | 2D |
| Octal | 31 | 116 | 315 | 130 | 76 | 0 | 24 | 336 | 116 | 55 |
| Binary | 11001 | 1001110 | 11001101 | 1011000 | 111110 | 0 | 10100 | 11011110 | 1001110 | 101101 |
Color Harmonies of #194ECD
Complementary color
Monochromatic Colors of #194ECD
Black with #194ECD
Text Example
Text Example
White with #194ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194ECD; }
p { color: rgb(25,78,205); }
H1.HeaderClassName
{
color: #194ECD;
}
.AnyTagClassName
{
color: #194ECD;
}
</style>
background-color css
<style>
a { background-color: #194ECD; }
a { background-color: rgb(25,78,205); }
div.DivClassName
{
background-color: #194ECD;
}
.BgClassName
{
background-color: #194ECD;
}
</style>
border-color css
<style>
span { border-color: #194ECD; }
span { border-color: rgb(25,78,205); }
td.TdClassName
{
border-color: #194ECD;
}
.TagClassName
{
border-color: #194ECD;
}
</style>