Shades of Cerulean Blue #224BD8
Tints of Cerulean Blue #224BD8
RGB
CMYK
RGB Variations
Color information
#224BD8 (or 0x224BD8) is known color: Cerulean Blue. HEX triplet: 22, 4B and D8. RGB value is (34,75,216). Sum of RGB (Red+Green+Blue) = 34+75+216=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 216 (84.77% from 255 or 66.46% from 325); Max value from RGB is 216 - color contains mainly: blue. Hex color #224BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BD8 is #DDB427. Grayscale: #4E4E4E. Windows color (decimal): -14529576 or 14175010. OLE color: 14175010.
HSL color Cylindrical-coordinate representation of color #224BD8: hue angle of 226.48º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #224BD8 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 75 | 216 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.15 |
| HSL | 226.48º | 0.73% | 0.49% | - |
| HSV(B) | 226.48º | 0.84% | 0.85% | - |
| XYZ | 15.57 | 10.33 | 66.14 | - |
| YUV | 78.82 | 205.42 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 216 | 0.84 | 0.65 | 0 | 0.15 | 226.48 | 0.73 | 0.49 |
| Hex | 22 | 4B | D8 | 54 | 41 | 0 | F | E2 | 49 | 31 |
| Octal | 42 | 113 | 330 | 124 | 101 | 0 | 17 | 342 | 111 | 61 |
| Binary | 100010 | 1001011 | 11011000 | 1010100 | 1000001 | 0 | 1111 | 11100010 | 1001001 | 110001 |
Color Harmonies of #224BD8
Complementary color
Monochromatic Colors of #224BD8
Black with #224BD8
Text Example
Text Example
White with #224BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224BD8; }
p { color: rgb(34,75,216); }
H1.HeaderClassName
{
color: #224BD8;
}
.AnyTagClassName
{
color: #224BD8;
}
</style>
background-color css
<style>
a { background-color: #224BD8; }
a { background-color: rgb(34,75,216); }
div.DivClassName
{
background-color: #224BD8;
}
.BgClassName
{
background-color: #224BD8;
}
</style>
border-color css
<style>
span { border-color: #224BD8; }
span { border-color: rgb(34,75,216); }
td.TdClassName
{
border-color: #224BD8;
}
.TagClassName
{
border-color: #224BD8;
}
</style>