Shades of Cerulean Blue #224AD7
Tints of Cerulean Blue #224AD7
RGB
CMYK
RGB Variations
Color information
#224AD7 (or 0x224AD7) is known color: Cerulean Blue. HEX triplet: 22, 4A and D7. RGB value is (34,74,215). Sum of RGB (Red+Green+Blue) = 34+74+215=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 215 (84.38% from 255 or 66.56% from 323); Max value from RGB is 215 - color contains mainly: blue. Hex color #224AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224AD7 is #DDB528. Grayscale: #4D4D4D. Windows color (decimal): -14529833 or 14109218. OLE color: 14109218.
HSL color Cylindrical-coordinate representation of color #224AD7: hue angle of 226.74º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #224AD7 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 74 | 215 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.16 |
| HSL | 226.74º | 0.73% | 0.49% | - |
| HSV(B) | 226.74º | 0.84% | 0.84% | - |
| XYZ | 15.37 | 10.14 | 65.44 | - |
| YUV | 78.11 | 205.25 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 215 | 0.84 | 0.66 | 0 | 0.16 | 226.74 | 0.73 | 0.49 |
| Hex | 22 | 4A | D7 | 54 | 42 | 0 | 10 | E3 | 49 | 31 |
| Octal | 42 | 112 | 327 | 124 | 102 | 0 | 20 | 343 | 111 | 61 |
| Binary | 100010 | 1001010 | 11010111 | 1010100 | 1000010 | 0 | 10000 | 11100011 | 1001001 | 110001 |
Color Harmonies of #224AD7
Complementary color
Monochromatic Colors of #224AD7
Black with #224AD7
Text Example
Text Example
White with #224AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224AD7; }
p { color: rgb(34,74,215); }
H1.HeaderClassName
{
color: #224AD7;
}
.AnyTagClassName
{
color: #224AD7;
}
</style>
background-color css
<style>
a { background-color: #224AD7; }
a { background-color: rgb(34,74,215); }
div.DivClassName
{
background-color: #224AD7;
}
.BgClassName
{
background-color: #224AD7;
}
</style>
border-color css
<style>
span { border-color: #224AD7; }
span { border-color: rgb(34,74,215); }
td.TdClassName
{
border-color: #224AD7;
}
.TagClassName
{
border-color: #224AD7;
}
</style>