Shades of Cerulean Blue #224FC4
Tints of Cerulean Blue #224FC4
RGB
CMYK
RGB Variations
Color information
#224FC4 (or 0x224FC4) is known color: Cerulean Blue. HEX triplet: 22, 4F and C4. RGB value is (34,79,196). Sum of RGB (Red+Green+Blue) = 34+79+196=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 196 (76.95% from 255 or 63.43% from 309); Max value from RGB is 196 - color contains mainly: blue. Hex color #224FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FC4 is #DDB03B. Grayscale: #4E4E4E. Windows color (decimal): -14528572 or 12865314. OLE color: 12865314.
HSL color Cylindrical-coordinate representation of color #224FC4: hue angle of 223.33º degrees, saturation: 0.7, 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 #224FC4 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 79 | 196 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.23 |
| HSL | 223.33º | 0.7% | 0.45% | - |
| HSV(B) | 223.33º | 0.83% | 0.77% | - |
| XYZ | 13.42 | 9.92 | 53.43 | - |
| YUV | 78.88 | 194.09 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 196 | 0.83 | 0.60 | 0 | 0.23 | 223.33 | 0.7 | 0.45 |
| Hex | 22 | 4F | C4 | 53 | 3C | 0 | 17 | DF | 46 | 2D |
| Octal | 42 | 117 | 304 | 123 | 74 | 0 | 27 | 337 | 106 | 55 |
| Binary | 100010 | 1001111 | 11000100 | 1010011 | 111100 | 0 | 10111 | 11011111 | 1000110 | 101101 |
Color Harmonies of #224FC4
Complementary color
Monochromatic Colors of #224FC4
Black with #224FC4
Text Example
Text Example
White with #224FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FC4; }
p { color: rgb(34,79,196); }
H1.HeaderClassName
{
color: #224FC4;
}
.AnyTagClassName
{
color: #224FC4;
}
</style>
background-color css
<style>
a { background-color: #224FC4; }
a { background-color: rgb(34,79,196); }
div.DivClassName
{
background-color: #224FC4;
}
.BgClassName
{
background-color: #224FC4;
}
</style>
border-color css
<style>
span { border-color: #224FC4; }
span { border-color: rgb(34,79,196); }
td.TdClassName
{
border-color: #224FC4;
}
.TagClassName
{
border-color: #224FC4;
}
</style>