Shades of Cerulean Blue #194DDB
Tints of Cerulean Blue #194DDB
RGB
CMYK
RGB Variations
Color information
#194DDB (or 0x194DDB) is known color: Cerulean Blue. HEX triplet: 19, 4D and DB. RGB value is (25,77,219). Sum of RGB (Red+Green+Blue) = 25+77+219=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #194DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DDB is #E6B224. Grayscale: #4D4D4D. Windows color (decimal): -15118885 or 14372121. OLE color: 14372121.
HSL color Cylindrical-coordinate representation of color #194DDB: hue angle of 223.92º 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 #194DDB is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 77 | 219 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.14 |
| HSL | 223.92º | 0.8% | 0.48% | - |
| HSV(B) | 223.92º | 0.89% | 0.86% | - |
| XYZ | 15.84 | 10.63 | 68.23 | - |
| YUV | 77.64 | 207.77 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 219 | 0.89 | 0.65 | 0 | 0.14 | 223.92 | 0.8 | 0.48 |
| Hex | 19 | 4D | DB | 59 | 41 | 0 | E | E0 | 50 | 30 |
| Octal | 31 | 115 | 333 | 131 | 101 | 0 | 16 | 340 | 120 | 60 |
| Binary | 11001 | 1001101 | 11011011 | 1011001 | 1000001 | 0 | 1110 | 11100000 | 1010000 | 110000 |
Color Harmonies of #194DDB
Complementary color
Monochromatic Colors of #194DDB
Black with #194DDB
Text Example
Text Example
White with #194DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DDB; }
p { color: rgb(25,77,219); }
H1.HeaderClassName
{
color: #194DDB;
}
.AnyTagClassName
{
color: #194DDB;
}
</style>
background-color css
<style>
a { background-color: #194DDB; }
a { background-color: rgb(25,77,219); }
div.DivClassName
{
background-color: #194DDB;
}
.BgClassName
{
background-color: #194DDB;
}
</style>
border-color css
<style>
span { border-color: #194DDB; }
span { border-color: rgb(25,77,219); }
td.TdClassName
{
border-color: #194DDB;
}
.TagClassName
{
border-color: #194DDB;
}
</style>