Shades of Cerulean Blue #224FC6
Tints of Cerulean Blue #224FC6
RGB
CMYK
RGB Variations
Color information
#224FC6 (or 0x224FC6) is known color: Cerulean Blue. HEX triplet: 22, 4F and C6. RGB value is (34,79,198). Sum of RGB (Red+Green+Blue) = 34+79+198=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 198 (77.73% from 255 or 63.67% from 311); Max value from RGB is 198 - color contains mainly: blue. Hex color #224FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FC6 is #DDB039. Grayscale: #4E4E4E. Windows color (decimal): -14528570 or 12996386. OLE color: 12996386.
HSL color Cylindrical-coordinate representation of color #224FC6: hue angle of 223.54º 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 #224FC6 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 79 | 198 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.22 |
| HSL | 223.54º | 0.71% | 0.45% | - |
| HSV(B) | 223.54º | 0.83% | 0.78% | - |
| XYZ | 13.65 | 10.01 | 54.64 | - |
| YUV | 79.11 | 195.09 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 198 | 0.83 | 0.60 | 0 | 0.22 | 223.54 | 0.71 | 0.45 |
| Hex | 22 | 4F | C6 | 53 | 3C | 0 | 16 | E0 | 47 | 2D |
| Octal | 42 | 117 | 306 | 123 | 74 | 0 | 26 | 340 | 107 | 55 |
| Binary | 100010 | 1001111 | 11000110 | 1010011 | 111100 | 0 | 10110 | 11100000 | 1000111 | 101101 |
Color Harmonies of #224FC6
Complementary color
Monochromatic Colors of #224FC6
Black with #224FC6
Text Example
Text Example
White with #224FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FC6; }
p { color: rgb(34,79,198); }
H1.HeaderClassName
{
color: #224FC6;
}
.AnyTagClassName
{
color: #224FC6;
}
</style>
background-color css
<style>
a { background-color: #224FC6; }
a { background-color: rgb(34,79,198); }
div.DivClassName
{
background-color: #224FC6;
}
.BgClassName
{
background-color: #224FC6;
}
</style>
border-color css
<style>
span { border-color: #224FC6; }
span { border-color: rgb(34,79,198); }
td.TdClassName
{
border-color: #224FC6;
}
.TagClassName
{
border-color: #224FC6;
}
</style>