Shades of Cerulean Blue #224BDE
Tints of Cerulean Blue #224BDE
RGB
CMYK
RGB Variations
Color information
#224BDE (or 0x224BDE) is known color: Cerulean Blue. HEX triplet: 22, 4B and DE. RGB value is (34,75,222). Sum of RGB (Red+Green+Blue) = 34+75+222=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #224BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BDE is #DDB421. Grayscale: #4E4E4E. Windows color (decimal): -14529570 or 14568226. OLE color: 14568226.
HSL color Cylindrical-coordinate representation of color #224BDE: hue angle of 226.91º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224BDE is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 75 | 222 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.13 |
| HSL | 226.91º | 0.74% | 0.5% | - |
| HSV(B) | 226.91º | 0.85% | 0.87% | - |
| XYZ | 16.36 | 10.65 | 70.3 | - |
| YUV | 79.5 | 208.42 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 222 | 0.85 | 0.66 | 0 | 0.13 | 226.91 | 0.74 | 0.5 |
| Hex | 22 | 4B | DE | 55 | 42 | 0 | D | E3 | 4A | 32 |
| Octal | 42 | 113 | 336 | 125 | 102 | 0 | 15 | 343 | 112 | 62 |
| Binary | 100010 | 1001011 | 11011110 | 1010101 | 1000010 | 0 | 1101 | 11100011 | 1001010 | 110010 |
Color Harmonies of #224BDE
Complementary color
Monochromatic Colors of #224BDE
Black with #224BDE
Text Example
Text Example
White with #224BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224BDE; }
p { color: rgb(34,75,222); }
H1.HeaderClassName
{
color: #224BDE;
}
.AnyTagClassName
{
color: #224BDE;
}
</style>
background-color css
<style>
a { background-color: #224BDE; }
a { background-color: rgb(34,75,222); }
div.DivClassName
{
background-color: #224BDE;
}
.BgClassName
{
background-color: #224BDE;
}
</style>
border-color css
<style>
span { border-color: #224BDE; }
span { border-color: rgb(34,75,222); }
td.TdClassName
{
border-color: #224BDE;
}
.TagClassName
{
border-color: #224BDE;
}
</style>