Shades of Cerulean Blue #194ADD
Tints of Cerulean Blue #194ADD
RGB
CMYK
RGB Variations
Color information
#194ADD (or 0x194ADD) is known color: Cerulean Blue. HEX triplet: 19, 4A and DD. RGB value is (25,74,221). Sum of RGB (Red+Green+Blue) = 25+74+221=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #194ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194ADD is #E6B522. Grayscale: #4B4B4B. Windows color (decimal): -15119651 or 14502425. OLE color: 14502425.
HSL color Cylindrical-coordinate representation of color #194ADD: hue angle of 225º 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 #194ADD is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 74 | 221 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.13 |
| HSL | 225º | 0.8% | 0.48% | - |
| HSV(B) | 225º | 0.89% | 0.87% | - |
| XYZ | 15.9 | 10.32 | 69.56 | - |
| YUV | 76.11 | 209.77 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 221 | 0.89 | 0.67 | 0 | 0.13 | 225 | 0.8 | 0.48 |
| Hex | 19 | 4A | DD | 59 | 43 | 0 | D | E1 | 50 | 30 |
| Octal | 31 | 112 | 335 | 131 | 103 | 0 | 15 | 341 | 120 | 60 |
| Binary | 11001 | 1001010 | 11011101 | 1011001 | 1000011 | 0 | 1101 | 11100001 | 1010000 | 110000 |
Color Harmonies of #194ADD
Complementary color
Monochromatic Colors of #194ADD
Black with #194ADD
Text Example
Text Example
White with #194ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194ADD; }
p { color: rgb(25,74,221); }
H1.HeaderClassName
{
color: #194ADD;
}
.AnyTagClassName
{
color: #194ADD;
}
</style>
background-color css
<style>
a { background-color: #194ADD; }
a { background-color: rgb(25,74,221); }
div.DivClassName
{
background-color: #194ADD;
}
.BgClassName
{
background-color: #194ADD;
}
</style>
border-color css
<style>
span { border-color: #194ADD; }
span { border-color: rgb(25,74,221); }
td.TdClassName
{
border-color: #194ADD;
}
.TagClassName
{
border-color: #194ADD;
}
</style>