Shades of Cerulean Blue #194FDB
Tints of Cerulean Blue #194FDB
RGB
CMYK
RGB Variations
Color information
#194FDB (or 0x194FDB) is known color: Cerulean Blue. HEX triplet: 19, 4F and DB. RGB value is (25,79,219). Sum of RGB (Red+Green+Blue) = 25+79+219=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #194FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FDB is #E6B024. Grayscale: #4E4E4E. Windows color (decimal): -15118373 or 14372633. OLE color: 14372633.
HSL color Cylindrical-coordinate representation of color #194FDB: hue angle of 223.3º 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 #194FDB is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 79 | 219 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.14 |
| HSL | 223.3º | 0.8% | 0.48% | - |
| HSV(B) | 223.3º | 0.89% | 0.86% | - |
| XYZ | 15.98 | 10.91 | 68.28 | - |
| YUV | 78.81 | 207.11 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 219 | 0.89 | 0.64 | 0 | 0.14 | 223.3 | 0.8 | 0.48 |
| Hex | 19 | 4F | DB | 59 | 40 | 0 | E | DF | 50 | 30 |
| Octal | 31 | 117 | 333 | 131 | 100 | 0 | 16 | 337 | 120 | 60 |
| Binary | 11001 | 1001111 | 11011011 | 1011001 | 1000000 | 0 | 1110 | 11011111 | 1010000 | 110000 |
Color Harmonies of #194FDB
Complementary color
Monochromatic Colors of #194FDB
Black with #194FDB
Text Example
Text Example
White with #194FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FDB; }
p { color: rgb(25,79,219); }
H1.HeaderClassName
{
color: #194FDB;
}
.AnyTagClassName
{
color: #194FDB;
}
</style>
background-color css
<style>
a { background-color: #194FDB; }
a { background-color: rgb(25,79,219); }
div.DivClassName
{
background-color: #194FDB;
}
.BgClassName
{
background-color: #194FDB;
}
</style>
border-color css
<style>
span { border-color: #194FDB; }
span { border-color: rgb(25,79,219); }
td.TdClassName
{
border-color: #194FDB;
}
.TagClassName
{
border-color: #194FDB;
}
</style>