Shades of Cerulean Blue #224DDD
Tints of Cerulean Blue #224DDD
RGB
CMYK
RGB Variations
Color information
#224DDD (or 0x224DDD) is known color: Cerulean Blue. HEX triplet: 22, 4D and DD. RGB value is (34,77,221). Sum of RGB (Red+Green+Blue) = 34+77+221=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #224DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DDD is #DDB222. Grayscale: #4F4F4F. Windows color (decimal): -14529059 or 14503202. OLE color: 14503202.
HSL color Cylindrical-coordinate representation of color #224DDD: hue angle of 226.2º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224DDD is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 77 | 221 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.13 |
| HSL | 226.2º | 0.73% | 0.5% | - |
| HSV(B) | 226.2º | 0.85% | 0.87% | - |
| XYZ | 16.36 | 10.87 | 69.64 | - |
| YUV | 80.56 | 207.25 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 221 | 0.85 | 0.65 | 0 | 0.13 | 226.2 | 0.73 | 0.5 |
| Hex | 22 | 4D | DD | 55 | 41 | 0 | D | E2 | 49 | 32 |
| Octal | 42 | 115 | 335 | 125 | 101 | 0 | 15 | 342 | 111 | 62 |
| Binary | 100010 | 1001101 | 11011101 | 1010101 | 1000001 | 0 | 1101 | 11100010 | 1001001 | 110010 |
Color Harmonies of #224DDD
Complementary color
Monochromatic Colors of #224DDD
Black with #224DDD
Text Example
Text Example
White with #224DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DDD; }
p { color: rgb(34,77,221); }
H1.HeaderClassName
{
color: #224DDD;
}
.AnyTagClassName
{
color: #224DDD;
}
</style>
background-color css
<style>
a { background-color: #224DDD; }
a { background-color: rgb(34,77,221); }
div.DivClassName
{
background-color: #224DDD;
}
.BgClassName
{
background-color: #224DDD;
}
</style>
border-color css
<style>
span { border-color: #224DDD; }
span { border-color: rgb(34,77,221); }
td.TdClassName
{
border-color: #224DDD;
}
.TagClassName
{
border-color: #224DDD;
}
</style>