Shades of Cerulean Blue #194EDB
Tints of Cerulean Blue #194EDB
RGB
CMYK
RGB Variations
Color information
#194EDB (or 0x194EDB) is known color: Cerulean Blue. HEX triplet: 19, 4E and DB. RGB value is (25,78,219). Sum of RGB (Red+Green+Blue) = 25+78+219=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #194EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EDB is #E6B124. Grayscale: #4D4D4D. Windows color (decimal): -15118629 or 14372377. OLE color: 14372377.
HSL color Cylindrical-coordinate representation of color #194EDB: hue angle of 223.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194EDB is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 78 | 219 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.14 |
| HSL | 223.61º | 0.8% | 0.48% | - |
| HSV(B) | 223.61º | 0.89% | 0.86% | - |
| XYZ | 15.91 | 10.77 | 68.26 | - |
| YUV | 78.23 | 207.44 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 219 | 0.89 | 0.64 | 0 | 0.14 | 223.61 | 0.8 | 0.48 |
| Hex | 19 | 4E | DB | 59 | 40 | 0 | E | E0 | 50 | 30 |
| Octal | 31 | 116 | 333 | 131 | 100 | 0 | 16 | 340 | 120 | 60 |
| Binary | 11001 | 1001110 | 11011011 | 1011001 | 1000000 | 0 | 1110 | 11100000 | 1010000 | 110000 |
Color Harmonies of #194EDB
Complementary color
Monochromatic Colors of #194EDB
Black with #194EDB
Text Example
Text Example
White with #194EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EDB; }
p { color: rgb(25,78,219); }
H1.HeaderClassName
{
color: #194EDB;
}
.AnyTagClassName
{
color: #194EDB;
}
</style>
background-color css
<style>
a { background-color: #194EDB; }
a { background-color: rgb(25,78,219); }
div.DivClassName
{
background-color: #194EDB;
}
.BgClassName
{
background-color: #194EDB;
}
</style>
border-color css
<style>
span { border-color: #194EDB; }
span { border-color: rgb(25,78,219); }
td.TdClassName
{
border-color: #194EDB;
}
.TagClassName
{
border-color: #194EDB;
}
</style>