Shades of Cerulean Blue #194CDD
Tints of Cerulean Blue #194CDD
RGB
CMYK
RGB Variations
Color information
#194CDD (or 0x194CDD) is known color: Cerulean Blue. HEX triplet: 19, 4C and DD. RGB value is (25,76,221). Sum of RGB (Red+Green+Blue) = 25+76+221=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 221 (86.72% from 255 or 68.63% from 322); Max value from RGB is 221 - color contains mainly: blue. Hex color #194CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CDD is #E6B322. Grayscale: #4C4C4C. Windows color (decimal): -15119139 or 14502937. OLE color: 14502937.
HSL color Cylindrical-coordinate representation of color #194CDD: hue angle of 224.39º 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 #194CDD is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 76 | 221 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.13 |
| HSL | 224.39º | 0.8% | 0.48% | - |
| HSV(B) | 224.39º | 0.89% | 0.87% | - |
| XYZ | 16.04 | 10.6 | 69.61 | - |
| YUV | 77.28 | 209.1 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 221 | 0.89 | 0.66 | 0 | 0.13 | 224.39 | 0.8 | 0.48 |
| Hex | 19 | 4C | DD | 59 | 42 | 0 | D | E0 | 50 | 30 |
| Octal | 31 | 114 | 335 | 131 | 102 | 0 | 15 | 340 | 120 | 60 |
| Binary | 11001 | 1001100 | 11011101 | 1011001 | 1000010 | 0 | 1101 | 11100000 | 1010000 | 110000 |
Color Harmonies of #194CDD
Complementary color
Monochromatic Colors of #194CDD
Black with #194CDD
Text Example
Text Example
White with #194CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194CDD; }
p { color: rgb(25,76,221); }
H1.HeaderClassName
{
color: #194CDD;
}
.AnyTagClassName
{
color: #194CDD;
}
</style>
background-color css
<style>
a { background-color: #194CDD; }
a { background-color: rgb(25,76,221); }
div.DivClassName
{
background-color: #194CDD;
}
.BgClassName
{
background-color: #194CDD;
}
</style>
border-color css
<style>
span { border-color: #194CDD; }
span { border-color: rgb(25,76,221); }
td.TdClassName
{
border-color: #194CDD;
}
.TagClassName
{
border-color: #194CDD;
}
</style>