Shades of Cerulean Blue #224CE1
Tints of Cerulean Blue #224CE1
RGB
CMYK
RGB Variations
Color information
#224CE1 (or 0x224CE1) is known color: Cerulean Blue. HEX triplet: 22, 4C and E1. RGB value is (34,76,225). Sum of RGB (Red+Green+Blue) = 34+76+225=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #224CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CE1 is #DDB31E. Grayscale: #4F4F4F. Windows color (decimal): -14529311 or 14765090. OLE color: 14765090.
HSL color Cylindrical-coordinate representation of color #224CE1: hue angle of 226.81º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224CE1 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 76 | 225 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.12 |
| HSL | 226.81º | 0.76% | 0.51% | - |
| HSV(B) | 226.81º | 0.85% | 0.88% | - |
| XYZ | 16.83 | 10.95 | 72.46 | - |
| YUV | 80.43 | 209.59 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 225 | 0.85 | 0.66 | 0 | 0.12 | 226.81 | 0.76 | 0.51 |
| Hex | 22 | 4C | E1 | 55 | 42 | 0 | C | E3 | 4C | 33 |
| Octal | 42 | 114 | 341 | 125 | 102 | 0 | 14 | 343 | 114 | 63 |
| Binary | 100010 | 1001100 | 11100001 | 1010101 | 1000010 | 0 | 1100 | 11100011 | 1001100 | 110011 |
Color Harmonies of #224CE1
Complementary color
Monochromatic Colors of #224CE1
Black with #224CE1
Text Example
Text Example
White with #224CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CE1; }
p { color: rgb(34,76,225); }
H1.HeaderClassName
{
color: #224CE1;
}
.AnyTagClassName
{
color: #224CE1;
}
</style>
background-color css
<style>
a { background-color: #224CE1; }
a { background-color: rgb(34,76,225); }
div.DivClassName
{
background-color: #224CE1;
}
.BgClassName
{
background-color: #224CE1;
}
</style>
border-color css
<style>
span { border-color: #224CE1; }
span { border-color: rgb(34,76,225); }
td.TdClassName
{
border-color: #224CE1;
}
.TagClassName
{
border-color: #224CE1;
}
</style>