Shades of Cerulean Blue #224EA7
Tints of Cerulean Blue #224EA7
RGB
CMYK
RGB Variations
Color information
#224EA7 (or 0x224EA7) is known color: Cerulean Blue. HEX triplet: 22, 4E and A7. RGB value is (34,78,167). Sum of RGB (Red+Green+Blue) = 34+78+167=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 167 (65.62% from 255 or 59.86% from 279); Max value from RGB is 167 - color contains mainly: blue. Hex color #224EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224EA7 is #DDB158. Grayscale: #4A4A4A. Windows color (decimal): -14528857 or 10964514. OLE color: 10964514.
HSL color Cylindrical-coordinate representation of color #224EA7: hue angle of 220.15º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #224EA7 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 34 | 78 | 167 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.35 |
| HSL | 220.15º | 0.66% | 0.39% | - |
| HSV(B) | 220.15º | 0.8% | 0.65% | - |
| XYZ | 10.36 | 8.58 | 37.67 | - |
| YUV | 74.99 | 179.92 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 167 | 0.80 | 0.53 | 0 | 0.35 | 220.15 | 0.66 | 0.39 |
| Hex | 22 | 4E | A7 | 50 | 35 | 0 | 23 | DC | 42 | 27 |
| Octal | 42 | 116 | 247 | 120 | 65 | 0 | 43 | 334 | 102 | 47 |
| Binary | 100010 | 1001110 | 10100111 | 1010000 | 110101 | 0 | 100011 | 11011100 | 1000010 | 100111 |
Color Harmonies of #224EA7
Complementary color
Monochromatic Colors of #224EA7
Black with #224EA7
Text Example
Text Example
White with #224EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224EA7; }
p { color: rgb(34,78,167); }
H1.HeaderClassName
{
color: #224EA7;
}
.AnyTagClassName
{
color: #224EA7;
}
</style>
background-color css
<style>
a { background-color: #224EA7; }
a { background-color: rgb(34,78,167); }
div.DivClassName
{
background-color: #224EA7;
}
.BgClassName
{
background-color: #224EA7;
}
</style>
border-color css
<style>
span { border-color: #224EA7; }
span { border-color: rgb(34,78,167); }
td.TdClassName
{
border-color: #224EA7;
}
.TagClassName
{
border-color: #224EA7;
}
</style>