Shades of Cerulean Blue #194FDE
Tints of Cerulean Blue #194FDE
RGB
CMYK
RGB Variations
Color information
#194FDE (or 0x194FDE) is known color: Cerulean Blue. HEX triplet: 19, 4F and DE. RGB value is (25,79,222). Sum of RGB (Red+Green+Blue) = 25+79+222=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #194FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FDE is #E6B021. Grayscale: #4E4E4E. Windows color (decimal): -15118370 or 14569241. OLE color: 14569241.
HSL color Cylindrical-coordinate representation of color #194FDE: hue angle of 223.55º 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 #194FDE is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 79 | 222 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.13 |
| HSL | 223.55º | 0.8% | 0.48% | - |
| HSV(B) | 223.55º | 0.89% | 0.87% | - |
| XYZ | 16.38 | 11.07 | 70.38 | - |
| YUV | 79.16 | 208.61 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 222 | 0.89 | 0.64 | 0 | 0.13 | 223.55 | 0.8 | 0.48 |
| Hex | 19 | 4F | DE | 59 | 40 | 0 | D | E0 | 50 | 30 |
| Octal | 31 | 117 | 336 | 131 | 100 | 0 | 15 | 340 | 120 | 60 |
| Binary | 11001 | 1001111 | 11011110 | 1011001 | 1000000 | 0 | 1101 | 11100000 | 1010000 | 110000 |
Color Harmonies of #194FDE
Complementary color
Monochromatic Colors of #194FDE
Black with #194FDE
Text Example
Text Example
White with #194FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FDE; }
p { color: rgb(25,79,222); }
H1.HeaderClassName
{
color: #194FDE;
}
.AnyTagClassName
{
color: #194FDE;
}
</style>
background-color css
<style>
a { background-color: #194FDE; }
a { background-color: rgb(25,79,222); }
div.DivClassName
{
background-color: #194FDE;
}
.BgClassName
{
background-color: #194FDE;
}
</style>
border-color css
<style>
span { border-color: #194FDE; }
span { border-color: rgb(25,79,222); }
td.TdClassName
{
border-color: #194FDE;
}
.TagClassName
{
border-color: #194FDE;
}
</style>