Shades of Cerulean Blue #224EC1
Tints of Cerulean Blue #224EC1
RGB
CMYK
RGB Variations
Color information
#224EC1 (or 0x224EC1) is known color: Cerulean Blue. HEX triplet: 22, 4E and C1. RGB value is (34,78,193). Sum of RGB (Red+Green+Blue) = 34+78+193=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #224EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224EC1 is #DDB13E. Grayscale: #4D4D4D. Windows color (decimal): -14528831 or 12668450. OLE color: 12668450.
HSL color Cylindrical-coordinate representation of color #224EC1: hue angle of 223.4º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224EC1 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 78 | 193 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.24 |
| HSL | 223.4º | 0.7% | 0.45% | - |
| HSV(B) | 223.4º | 0.82% | 0.76% | - |
| XYZ | 13.01 | 9.64 | 51.63 | - |
| YUV | 77.95 | 192.92 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 193 | 0.82 | 0.60 | 0 | 0.24 | 223.4 | 0.7 | 0.45 |
| Hex | 22 | 4E | C1 | 52 | 3C | 0 | 18 | DF | 46 | 2D |
| Octal | 42 | 116 | 301 | 122 | 74 | 0 | 30 | 337 | 106 | 55 |
| Binary | 100010 | 1001110 | 11000001 | 1010010 | 111100 | 0 | 11000 | 11011111 | 1000110 | 101101 |
Color Harmonies of #224EC1
Complementary color
Monochromatic Colors of #224EC1
Black with #224EC1
Text Example
Text Example
White with #224EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224EC1; }
p { color: rgb(34,78,193); }
H1.HeaderClassName
{
color: #224EC1;
}
.AnyTagClassName
{
color: #224EC1;
}
</style>
background-color css
<style>
a { background-color: #224EC1; }
a { background-color: rgb(34,78,193); }
div.DivClassName
{
background-color: #224EC1;
}
.BgClassName
{
background-color: #224EC1;
}
</style>
border-color css
<style>
span { border-color: #224EC1; }
span { border-color: rgb(34,78,193); }
td.TdClassName
{
border-color: #224EC1;
}
.TagClassName
{
border-color: #224EC1;
}
</style>