Shades of Cerulean Blue #224FC0
Tints of Cerulean Blue #224FC0
RGB
CMYK
RGB Variations
Color information
#224FC0 (or 0x224FC0) is known color: Cerulean Blue. HEX triplet: 22, 4F and C0. RGB value is (34,79,192). Sum of RGB (Red+Green+Blue) = 34+79+192=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #224FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FC0 is #DDB03F. Grayscale: #4D4D4D. Windows color (decimal): -14528576 or 12603170. OLE color: 12603170.
HSL color Cylindrical-coordinate representation of color #224FC0: hue angle of 222.91º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224FC0 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 79 | 192 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.25 |
| HSL | 222.91º | 0.7% | 0.44% | - |
| HSV(B) | 222.91º | 0.82% | 0.75% | - |
| XYZ | 12.97 | 9.74 | 51.07 | - |
| YUV | 78.43 | 192.09 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 192 | 0.82 | 0.59 | 0 | 0.25 | 222.91 | 0.7 | 0.44 |
| Hex | 22 | 4F | C0 | 52 | 3B | 0 | 19 | DF | 46 | 2C |
| Octal | 42 | 117 | 300 | 122 | 73 | 0 | 31 | 337 | 106 | 54 |
| Binary | 100010 | 1001111 | 11000000 | 1010010 | 111011 | 0 | 11001 | 11011111 | 1000110 | 101100 |
Color Harmonies of #224FC0
Complementary color
Monochromatic Colors of #224FC0
Black with #224FC0
Text Example
Text Example
White with #224FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FC0; }
p { color: rgb(34,79,192); }
H1.HeaderClassName
{
color: #224FC0;
}
.AnyTagClassName
{
color: #224FC0;
}
</style>
background-color css
<style>
a { background-color: #224FC0; }
a { background-color: rgb(34,79,192); }
div.DivClassName
{
background-color: #224FC0;
}
.BgClassName
{
background-color: #224FC0;
}
</style>
border-color css
<style>
span { border-color: #224FC0; }
span { border-color: rgb(34,79,192); }
td.TdClassName
{
border-color: #224FC0;
}
.TagClassName
{
border-color: #224FC0;
}
</style>