Shades of Cerulean Blue #194AD9
Tints of Cerulean Blue #194AD9
RGB
CMYK
RGB Variations
Color information
#194AD9 (or 0x194AD9) is known color: Cerulean Blue. HEX triplet: 19, 4A and D9. RGB value is (25,74,217). Sum of RGB (Red+Green+Blue) = 25+74+217=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 217 (85.16% from 255 or 68.67% from 316); Max value from RGB is 217 - color contains mainly: blue. Hex color #194AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194AD9 is #E6B526. Grayscale: #4B4B4B. Windows color (decimal): -15119655 or 14240281. OLE color: 14240281.
HSL color Cylindrical-coordinate representation of color #194AD9: hue angle of 224.69º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194AD9 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 74 | 217 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.15 |
| HSL | 224.69º | 0.79% | 0.47% | - |
| HSV(B) | 224.69º | 0.88% | 0.85% | - |
| XYZ | 15.37 | 10.11 | 66.79 | - |
| YUV | 75.65 | 207.77 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 217 | 0.88 | 0.66 | 0 | 0.15 | 224.69 | 0.79 | 0.47 |
| Hex | 19 | 4A | D9 | 58 | 42 | 0 | F | E1 | 4F | 2F |
| Octal | 31 | 112 | 331 | 130 | 102 | 0 | 17 | 341 | 117 | 57 |
| Binary | 11001 | 1001010 | 11011001 | 1011000 | 1000010 | 0 | 1111 | 11100001 | 1001111 | 101111 |
Color Harmonies of #194AD9
Complementary color
Monochromatic Colors of #194AD9
Black with #194AD9
Text Example
Text Example
White with #194AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194AD9; }
p { color: rgb(25,74,217); }
H1.HeaderClassName
{
color: #194AD9;
}
.AnyTagClassName
{
color: #194AD9;
}
</style>
background-color css
<style>
a { background-color: #194AD9; }
a { background-color: rgb(25,74,217); }
div.DivClassName
{
background-color: #194AD9;
}
.BgClassName
{
background-color: #194AD9;
}
</style>
border-color css
<style>
span { border-color: #194AD9; }
span { border-color: rgb(25,74,217); }
td.TdClassName
{
border-color: #194AD9;
}
.TagClassName
{
border-color: #194AD9;
}
</style>