Shades of Cerulean Blue #194EDA
Tints of Cerulean Blue #194EDA
RGB
CMYK
RGB Variations
Color information
#194EDA (or 0x194EDA) is known color: Cerulean Blue. HEX triplet: 19, 4E and DA. RGB value is (25,78,218). Sum of RGB (Red+Green+Blue) = 25+78+218=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 218 (85.55% from 255 or 67.91% from 321); Max value from RGB is 218 - color contains mainly: blue. Hex color #194EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EDA is #E6B125. Grayscale: #4D4D4D. Windows color (decimal): -15118630 or 14306841. OLE color: 14306841.
HSL color Cylindrical-coordinate representation of color #194EDA: hue angle of 223.52º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194EDA is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 78 | 218 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.15 |
| HSL | 223.52º | 0.79% | 0.48% | - |
| HSV(B) | 223.52º | 0.89% | 0.85% | - |
| XYZ | 15.78 | 10.72 | 67.57 | - |
| YUV | 78.11 | 206.94 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 218 | 0.89 | 0.64 | 0 | 0.15 | 223.52 | 0.79 | 0.48 |
| Hex | 19 | 4E | DA | 59 | 40 | 0 | F | E0 | 4F | 30 |
| Octal | 31 | 116 | 332 | 131 | 100 | 0 | 17 | 340 | 117 | 60 |
| Binary | 11001 | 1001110 | 11011010 | 1011001 | 1000000 | 0 | 1111 | 11100000 | 1001111 | 110000 |
Color Harmonies of #194EDA
Complementary color
Monochromatic Colors of #194EDA
Black with #194EDA
Text Example
Text Example
White with #194EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EDA; }
p { color: rgb(25,78,218); }
H1.HeaderClassName
{
color: #194EDA;
}
.AnyTagClassName
{
color: #194EDA;
}
</style>
background-color css
<style>
a { background-color: #194EDA; }
a { background-color: rgb(25,78,218); }
div.DivClassName
{
background-color: #194EDA;
}
.BgClassName
{
background-color: #194EDA;
}
</style>
border-color css
<style>
span { border-color: #194EDA; }
span { border-color: rgb(25,78,218); }
td.TdClassName
{
border-color: #194EDA;
}
.TagClassName
{
border-color: #194EDA;
}
</style>