Shades of Cerulean Blue #224FDD
Tints of Cerulean Blue #224FDD
RGB
CMYK
RGB Variations
Color information
#224FDD (or 0x224FDD) is known color: Cerulean Blue. HEX triplet: 22, 4F and DD. RGB value is (34,79,221). Sum of RGB (Red+Green+Blue) = 34+79+221=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #224FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FDD is #DDB022. Grayscale: #515151. Windows color (decimal): -14528547 or 14503714. OLE color: 14503714.
HSL color Cylindrical-coordinate representation of color #224FDD: hue angle of 225.56º 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 #224FDD is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 79 | 221 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.13 |
| HSL | 225.56º | 0.73% | 0.5% | - |
| HSV(B) | 225.56º | 0.85% | 0.87% | - |
| XYZ | 16.51 | 11.15 | 69.69 | - |
| YUV | 81.73 | 206.59 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 221 | 0.85 | 0.64 | 0 | 0.13 | 225.56 | 0.73 | 0.5 |
| Hex | 22 | 4F | DD | 55 | 40 | 0 | D | E2 | 49 | 32 |
| Octal | 42 | 117 | 335 | 125 | 100 | 0 | 15 | 342 | 111 | 62 |
| Binary | 100010 | 1001111 | 11011101 | 1010101 | 1000000 | 0 | 1101 | 11100010 | 1001001 | 110010 |
Color Harmonies of #224FDD
Complementary color
Monochromatic Colors of #224FDD
Black with #224FDD
Text Example
Text Example
White with #224FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FDD; }
p { color: rgb(34,79,221); }
H1.HeaderClassName
{
color: #224FDD;
}
.AnyTagClassName
{
color: #224FDD;
}
</style>
background-color css
<style>
a { background-color: #224FDD; }
a { background-color: rgb(34,79,221); }
div.DivClassName
{
background-color: #224FDD;
}
.BgClassName
{
background-color: #224FDD;
}
</style>
border-color css
<style>
span { border-color: #224FDD; }
span { border-color: rgb(34,79,221); }
td.TdClassName
{
border-color: #224FDD;
}
.TagClassName
{
border-color: #224FDD;
}
</style>