Shades of Cerulean Blue #224FC5
Tints of Cerulean Blue #224FC5
RGB
CMYK
RGB Variations
Color information
#224FC5 (or 0x224FC5) is known color: Cerulean Blue. HEX triplet: 22, 4F and C5. RGB value is (34,79,197). Sum of RGB (Red+Green+Blue) = 34+79+197=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 197 (77.34% from 255 or 63.55% from 310); Max value from RGB is 197 - color contains mainly: blue. Hex color #224FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FC5 is #DDB03A. Grayscale: #4E4E4E. Windows color (decimal): -14528571 or 12930850. OLE color: 12930850.
HSL color Cylindrical-coordinate representation of color #224FC5: hue angle of 223.44º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224FC5 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 79 | 197 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.23 |
| HSL | 223.44º | 0.71% | 0.45% | - |
| HSV(B) | 223.44º | 0.83% | 0.77% | - |
| XYZ | 13.53 | 9.96 | 54.03 | - |
| YUV | 79 | 194.59 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 197 | 0.83 | 0.60 | 0 | 0.23 | 223.44 | 0.71 | 0.45 |
| Hex | 22 | 4F | C5 | 53 | 3C | 0 | 17 | DF | 47 | 2D |
| Octal | 42 | 117 | 305 | 123 | 74 | 0 | 27 | 337 | 107 | 55 |
| Binary | 100010 | 1001111 | 11000101 | 1010011 | 111100 | 0 | 10111 | 11011111 | 1000111 | 101101 |
Color Harmonies of #224FC5
Complementary color
Monochromatic Colors of #224FC5
Black with #224FC5
Text Example
Text Example
White with #224FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FC5; }
p { color: rgb(34,79,197); }
H1.HeaderClassName
{
color: #224FC5;
}
.AnyTagClassName
{
color: #224FC5;
}
</style>
background-color css
<style>
a { background-color: #224FC5; }
a { background-color: rgb(34,79,197); }
div.DivClassName
{
background-color: #224FC5;
}
.BgClassName
{
background-color: #224FC5;
}
</style>
border-color css
<style>
span { border-color: #224FC5; }
span { border-color: rgb(34,79,197); }
td.TdClassName
{
border-color: #224FC5;
}
.TagClassName
{
border-color: #224FC5;
}
</style>