Shades of Cerulean Blue #224CDD
Tints of Cerulean Blue #224CDD
RGB
CMYK
RGB Variations
Color information
#224CDD (or 0x224CDD) is known color: Cerulean Blue. HEX triplet: 22, 4C and DD. RGB value is (34,76,221). Sum of RGB (Red+Green+Blue) = 34+76+221=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #224CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CDD is #DDB322. Grayscale: #4F4F4F. Windows color (decimal): -14529315 or 14502946. OLE color: 14502946.
HSL color Cylindrical-coordinate representation of color #224CDD: hue angle of 226.52º 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 #224CDD is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 76 | 221 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.13 |
| HSL | 226.52º | 0.73% | 0.5% | - |
| HSV(B) | 226.52º | 0.85% | 0.87% | - |
| XYZ | 16.3 | 10.73 | 69.62 | - |
| YUV | 79.97 | 207.59 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 221 | 0.85 | 0.66 | 0 | 0.13 | 226.52 | 0.73 | 0.5 |
| Hex | 22 | 4C | DD | 55 | 42 | 0 | D | E3 | 49 | 32 |
| Octal | 42 | 114 | 335 | 125 | 102 | 0 | 15 | 343 | 111 | 62 |
| Binary | 100010 | 1001100 | 11011101 | 1010101 | 1000010 | 0 | 1101 | 11100011 | 1001001 | 110010 |
Color Harmonies of #224CDD
Complementary color
Monochromatic Colors of #224CDD
Black with #224CDD
Text Example
Text Example
White with #224CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CDD; }
p { color: rgb(34,76,221); }
H1.HeaderClassName
{
color: #224CDD;
}
.AnyTagClassName
{
color: #224CDD;
}
</style>
background-color css
<style>
a { background-color: #224CDD; }
a { background-color: rgb(34,76,221); }
div.DivClassName
{
background-color: #224CDD;
}
.BgClassName
{
background-color: #224CDD;
}
</style>
border-color css
<style>
span { border-color: #224CDD; }
span { border-color: rgb(34,76,221); }
td.TdClassName
{
border-color: #224CDD;
}
.TagClassName
{
border-color: #224CDD;
}
</style>