Shades of Cerulean Blue #224FE4
Tints of Cerulean Blue #224FE4
RGB
CMYK
RGB Variations
Color information
#224FE4 (or 0x224FE4) is known color: Cerulean Blue. HEX triplet: 22, 4F and E4. RGB value is (34,79,228). Sum of RGB (Red+Green+Blue) = 34+79+228=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 228 (89.45% from 255 or 66.86% from 341); Max value from RGB is 228 - color contains mainly: blue. Hex color #224FE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FE4 is #DDB01B. Grayscale: #515151. Windows color (decimal): -14528540 or 14962466. OLE color: 14962466.
HSL color Cylindrical-coordinate representation of color #224FE4: hue angle of 226.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224FE4 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 79 | 228 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.11 |
| HSL | 226.08º | 0.78% | 0.51% | - |
| HSV(B) | 226.08º | 0.85% | 0.89% | - |
| XYZ | 17.46 | 11.53 | 74.7 | - |
| YUV | 82.53 | 210.09 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 228 | 0.85 | 0.65 | 0 | 0.11 | 226.08 | 0.78 | 0.51 |
| Hex | 22 | 4F | E4 | 55 | 41 | 0 | B | E2 | 4E | 33 |
| Octal | 42 | 117 | 344 | 125 | 101 | 0 | 13 | 342 | 116 | 63 |
| Binary | 100010 | 1001111 | 11100100 | 1010101 | 1000001 | 0 | 1011 | 11100010 | 1001110 | 110011 |
Color Harmonies of #224FE4
Complementary color
Monochromatic Colors of #224FE4
Black with #224FE4
Text Example
Text Example
White with #224FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FE4; }
p { color: rgb(34,79,228); }
H1.HeaderClassName
{
color: #224FE4;
}
.AnyTagClassName
{
color: #224FE4;
}
</style>
background-color css
<style>
a { background-color: #224FE4; }
a { background-color: rgb(34,79,228); }
div.DivClassName
{
background-color: #224FE4;
}
.BgClassName
{
background-color: #224FE4;
}
</style>
border-color css
<style>
span { border-color: #224FE4; }
span { border-color: rgb(34,79,228); }
td.TdClassName
{
border-color: #224FE4;
}
.TagClassName
{
border-color: #224FE4;
}
</style>