Shades of Cerulean Blue #224DC9
Tints of Cerulean Blue #224DC9
RGB
CMYK
RGB Variations
Color information
#224DC9 (or 0x224DC9) is known color: Cerulean Blue. HEX triplet: 22, 4D and C9. RGB value is (34,77,201). Sum of RGB (Red+Green+Blue) = 34+77+201=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 201 (78.91% from 255 or 64.42% from 312); Max value from RGB is 201 - color contains mainly: blue. Hex color #224DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DC9 is #DDB236. Grayscale: #4D4D4D. Windows color (decimal): -14529079 or 13192482. OLE color: 13192482.
HSL color Cylindrical-coordinate representation of color #224DC9: hue angle of 224.55º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224DC9 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 77 | 201 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.21 |
| HSL | 224.55º | 0.71% | 0.46% | - |
| HSV(B) | 224.55º | 0.83% | 0.79% | - |
| XYZ | 13.86 | 9.86 | 56.43 | - |
| YUV | 78.28 | 197.25 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 201 | 0.83 | 0.62 | 0 | 0.21 | 224.55 | 0.71 | 0.46 |
| Hex | 22 | 4D | C9 | 53 | 3E | 0 | 15 | E1 | 47 | 2E |
| Octal | 42 | 115 | 311 | 123 | 76 | 0 | 25 | 341 | 107 | 56 |
| Binary | 100010 | 1001101 | 11001001 | 1010011 | 111110 | 0 | 10101 | 11100001 | 1000111 | 101110 |
Color Harmonies of #224DC9
Complementary color
Monochromatic Colors of #224DC9
Black with #224DC9
Text Example
Text Example
White with #224DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DC9; }
p { color: rgb(34,77,201); }
H1.HeaderClassName
{
color: #224DC9;
}
.AnyTagClassName
{
color: #224DC9;
}
</style>
background-color css
<style>
a { background-color: #224DC9; }
a { background-color: rgb(34,77,201); }
div.DivClassName
{
background-color: #224DC9;
}
.BgClassName
{
background-color: #224DC9;
}
</style>
border-color css
<style>
span { border-color: #224DC9; }
span { border-color: rgb(34,77,201); }
td.TdClassName
{
border-color: #224DC9;
}
.TagClassName
{
border-color: #224DC9;
}
</style>