Shades of Cerulean Blue #194ADA
Tints of Cerulean Blue #194ADA
RGB
CMYK
RGB Variations
Color information
#194ADA (or 0x194ADA) is known color: Cerulean Blue. HEX triplet: 19, 4A and DA. RGB value is (25,74,218). Sum of RGB (Red+Green+Blue) = 25+74+218=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #194ADA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194ADA is #E6B525. Grayscale: #4B4B4B. Windows color (decimal): -15119654 or 14305817. OLE color: 14305817.
HSL color Cylindrical-coordinate representation of color #194ADA: hue angle of 224.77º 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 #194ADA is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 74 | 218 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.15 |
| HSL | 224.77º | 0.79% | 0.48% | - |
| HSV(B) | 224.77º | 0.89% | 0.85% | - |
| XYZ | 15.5 | 10.17 | 67.47 | - |
| YUV | 75.77 | 208.27 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 218 | 0.89 | 0.66 | 0 | 0.15 | 224.77 | 0.79 | 0.48 |
| Hex | 19 | 4A | DA | 59 | 42 | 0 | F | E1 | 4F | 30 |
| Octal | 31 | 112 | 332 | 131 | 102 | 0 | 17 | 341 | 117 | 60 |
| Binary | 11001 | 1001010 | 11011010 | 1011001 | 1000010 | 0 | 1111 | 11100001 | 1001111 | 110000 |
Color Harmonies of #194ADA
Complementary color
Monochromatic Colors of #194ADA
Black with #194ADA
Text Example
Text Example
White with #194ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194ADA; }
p { color: rgb(25,74,218); }
H1.HeaderClassName
{
color: #194ADA;
}
.AnyTagClassName
{
color: #194ADA;
}
</style>
background-color css
<style>
a { background-color: #194ADA; }
a { background-color: rgb(25,74,218); }
div.DivClassName
{
background-color: #194ADA;
}
.BgClassName
{
background-color: #194ADA;
}
</style>
border-color css
<style>
span { border-color: #194ADA; }
span { border-color: rgb(25,74,218); }
td.TdClassName
{
border-color: #194ADA;
}
.TagClassName
{
border-color: #194ADA;
}
</style>