Shades of Cerulean Blue #194EDC
Tints of Cerulean Blue #194EDC
RGB
CMYK
RGB Variations
Color information
#194EDC (or 0x194EDC) is known color: Cerulean Blue. HEX triplet: 19, 4E and DC. RGB value is (25,78,220). Sum of RGB (Red+Green+Blue) = 25+78+220=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #194EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EDC is #E6B123. Grayscale: #4D4D4D. Windows color (decimal): -15118628 or 14437913. OLE color: 14437913.
HSL color Cylindrical-coordinate representation of color #194EDC: hue angle of 223.69º 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 #194EDC is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 78 | 220 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.14 |
| HSL | 223.69º | 0.8% | 0.48% | - |
| HSV(B) | 223.69º | 0.89% | 0.86% | - |
| XYZ | 16.04 | 10.82 | 68.95 | - |
| YUV | 78.34 | 207.94 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 220 | 0.89 | 0.65 | 0 | 0.14 | 223.69 | 0.8 | 0.48 |
| Hex | 19 | 4E | DC | 59 | 41 | 0 | E | E0 | 50 | 30 |
| Octal | 31 | 116 | 334 | 131 | 101 | 0 | 16 | 340 | 120 | 60 |
| Binary | 11001 | 1001110 | 11011100 | 1011001 | 1000001 | 0 | 1110 | 11100000 | 1010000 | 110000 |
Color Harmonies of #194EDC
Complementary color
Monochromatic Colors of #194EDC
Black with #194EDC
Text Example
Text Example
White with #194EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EDC; }
p { color: rgb(25,78,220); }
H1.HeaderClassName
{
color: #194EDC;
}
.AnyTagClassName
{
color: #194EDC;
}
</style>
background-color css
<style>
a { background-color: #194EDC; }
a { background-color: rgb(25,78,220); }
div.DivClassName
{
background-color: #194EDC;
}
.BgClassName
{
background-color: #194EDC;
}
</style>
border-color css
<style>
span { border-color: #194EDC; }
span { border-color: rgb(25,78,220); }
td.TdClassName
{
border-color: #194EDC;
}
.TagClassName
{
border-color: #194EDC;
}
</style>