Shades of Cerulean Blue #224EC6
Tints of Cerulean Blue #224EC6
RGB
CMYK
RGB Variations
Color information
#224EC6 (or 0x224EC6) is known color: Cerulean Blue. HEX triplet: 22, 4E and C6. RGB value is (34,78,198). Sum of RGB (Red+Green+Blue) = 34+78+198=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 198 (77.73% from 255 or 63.87% from 310); Max value from RGB is 198 - color contains mainly: blue. Hex color #224EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224EC6 is #DDB139. Grayscale: #4E4E4E. Windows color (decimal): -14528826 or 12996130. OLE color: 12996130.
HSL color Cylindrical-coordinate representation of color #224EC6: hue angle of 223.9º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224EC6 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 78 | 198 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.22 |
| HSL | 223.9º | 0.71% | 0.45% | - |
| HSV(B) | 223.9º | 0.83% | 0.78% | - |
| XYZ | 13.58 | 9.87 | 54.61 | - |
| YUV | 78.52 | 195.42 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 198 | 0.83 | 0.61 | 0 | 0.22 | 223.9 | 0.71 | 0.45 |
| Hex | 22 | 4E | C6 | 53 | 3D | 0 | 16 | E0 | 47 | 2D |
| Octal | 42 | 116 | 306 | 123 | 75 | 0 | 26 | 340 | 107 | 55 |
| Binary | 100010 | 1001110 | 11000110 | 1010011 | 111101 | 0 | 10110 | 11100000 | 1000111 | 101101 |
Color Harmonies of #224EC6
Complementary color
Monochromatic Colors of #224EC6
Black with #224EC6
Text Example
Text Example
White with #224EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224EC6; }
p { color: rgb(34,78,198); }
H1.HeaderClassName
{
color: #224EC6;
}
.AnyTagClassName
{
color: #224EC6;
}
</style>
background-color css
<style>
a { background-color: #224EC6; }
a { background-color: rgb(34,78,198); }
div.DivClassName
{
background-color: #224EC6;
}
.BgClassName
{
background-color: #224EC6;
}
</style>
border-color css
<style>
span { border-color: #224EC6; }
span { border-color: rgb(34,78,198); }
td.TdClassName
{
border-color: #224EC6;
}
.TagClassName
{
border-color: #224EC6;
}
</style>