Shades of Cerulean Blue #224DDF
Tints of Cerulean Blue #224DDF
RGB
CMYK
RGB Variations
Color information
#224DDF (or 0x224DDF) is known color: Cerulean Blue. HEX triplet: 22, 4D and DF. RGB value is (34,77,223). Sum of RGB (Red+Green+Blue) = 34+77+223=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #224DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DDF is #DDB220. Grayscale: #505050. Windows color (decimal): -14529057 or 14634274. OLE color: 14634274.
HSL color Cylindrical-coordinate representation of color #224DDF: hue angle of 226.35º degrees, saturation: 0.75, 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 #224DDF is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 77 | 223 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.13 |
| HSL | 226.35º | 0.75% | 0.5% | - |
| HSV(B) | 226.35º | 0.85% | 0.87% | - |
| XYZ | 16.63 | 10.98 | 71.05 | - |
| YUV | 80.79 | 208.25 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 223 | 0.85 | 0.65 | 0 | 0.13 | 226.35 | 0.75 | 0.5 |
| Hex | 22 | 4D | DF | 55 | 41 | 0 | D | E2 | 4B | 32 |
| Octal | 42 | 115 | 337 | 125 | 101 | 0 | 15 | 342 | 113 | 62 |
| Binary | 100010 | 1001101 | 11011111 | 1010101 | 1000001 | 0 | 1101 | 11100010 | 1001011 | 110010 |
Color Harmonies of #224DDF
Complementary color
Monochromatic Colors of #224DDF
Black with #224DDF
Text Example
Text Example
White with #224DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DDF; }
p { color: rgb(34,77,223); }
H1.HeaderClassName
{
color: #224DDF;
}
.AnyTagClassName
{
color: #224DDF;
}
</style>
background-color css
<style>
a { background-color: #224DDF; }
a { background-color: rgb(34,77,223); }
div.DivClassName
{
background-color: #224DDF;
}
.BgClassName
{
background-color: #224DDF;
}
</style>
border-color css
<style>
span { border-color: #224DDF; }
span { border-color: rgb(34,77,223); }
td.TdClassName
{
border-color: #224DDF;
}
.TagClassName
{
border-color: #224DDF;
}
</style>