Shades of Cerulean Blue #194DDD
Tints of Cerulean Blue #194DDD
RGB
CMYK
RGB Variations
Color information
#194DDD (or 0x194DDD) is known color: Cerulean Blue. HEX triplet: 19, 4D and DD. RGB value is (25,77,221). Sum of RGB (Red+Green+Blue) = 25+77+221=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #194DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DDD is #E6B222. Grayscale: #4D4D4D. Windows color (decimal): -15118883 or 14503193. OLE color: 14503193.
HSL color Cylindrical-coordinate representation of color #194DDD: hue angle of 224.08º 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 #194DDD is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 77 | 221 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.13 |
| HSL | 224.08º | 0.8% | 0.48% | - |
| HSV(B) | 224.08º | 0.89% | 0.87% | - |
| XYZ | 16.11 | 10.73 | 69.63 | - |
| YUV | 77.87 | 208.77 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 221 | 0.89 | 0.65 | 0 | 0.13 | 224.08 | 0.8 | 0.48 |
| Hex | 19 | 4D | DD | 59 | 41 | 0 | D | E0 | 50 | 30 |
| Octal | 31 | 115 | 335 | 131 | 101 | 0 | 15 | 340 | 120 | 60 |
| Binary | 11001 | 1001101 | 11011101 | 1011001 | 1000001 | 0 | 1101 | 11100000 | 1010000 | 110000 |
Color Harmonies of #194DDD
Complementary color
Monochromatic Colors of #194DDD
Black with #194DDD
Text Example
Text Example
White with #194DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DDD; }
p { color: rgb(25,77,221); }
H1.HeaderClassName
{
color: #194DDD;
}
.AnyTagClassName
{
color: #194DDD;
}
</style>
background-color css
<style>
a { background-color: #194DDD; }
a { background-color: rgb(25,77,221); }
div.DivClassName
{
background-color: #194DDD;
}
.BgClassName
{
background-color: #194DDD;
}
</style>
border-color css
<style>
span { border-color: #194DDD; }
span { border-color: rgb(25,77,221); }
td.TdClassName
{
border-color: #194DDD;
}
.TagClassName
{
border-color: #194DDD;
}
</style>