Shades of Cerulean Blue #224EC8
Tints of Cerulean Blue #224EC8
RGB
CMYK
RGB Variations
Color information
#224EC8 (or 0x224EC8) is known color: Cerulean Blue. HEX triplet: 22, 4E and C8. RGB value is (34,78,200). Sum of RGB (Red+Green+Blue) = 34+78+200=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 200 (78.52% from 255 or 64.10% from 312); Max value from RGB is 200 - color contains mainly: blue. Hex color #224EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224EC8 is #DDB137. Grayscale: #4E4E4E. Windows color (decimal): -14528824 or 13127202. OLE color: 13127202.
HSL color Cylindrical-coordinate representation of color #224EC8: hue angle of 224.1º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224EC8 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 78 | 200 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.22 |
| HSL | 224.1º | 0.71% | 0.46% | - |
| HSV(B) | 224.1º | 0.83% | 0.78% | - |
| XYZ | 13.81 | 9.96 | 55.84 | - |
| YUV | 78.75 | 196.42 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 200 | 0.83 | 0.61 | 0 | 0.22 | 224.1 | 0.71 | 0.46 |
| Hex | 22 | 4E | C8 | 53 | 3D | 0 | 16 | E0 | 47 | 2E |
| Octal | 42 | 116 | 310 | 123 | 75 | 0 | 26 | 340 | 107 | 56 |
| Binary | 100010 | 1001110 | 11001000 | 1010011 | 111101 | 0 | 10110 | 11100000 | 1000111 | 101110 |
Color Harmonies of #224EC8
Complementary color
Monochromatic Colors of #224EC8
Black with #224EC8
Text Example
Text Example
White with #224EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224EC8; }
p { color: rgb(34,78,200); }
H1.HeaderClassName
{
color: #224EC8;
}
.AnyTagClassName
{
color: #224EC8;
}
</style>
background-color css
<style>
a { background-color: #224EC8; }
a { background-color: rgb(34,78,200); }
div.DivClassName
{
background-color: #224EC8;
}
.BgClassName
{
background-color: #224EC8;
}
</style>
border-color css
<style>
span { border-color: #224EC8; }
span { border-color: rgb(34,78,200); }
td.TdClassName
{
border-color: #224EC8;
}
.TagClassName
{
border-color: #224EC8;
}
</style>