Shades of Cerulean Blue #224AC9
Tints of Cerulean Blue #224AC9
RGB
CMYK
RGB Variations
Color information
#224AC9 (or 0x224AC9) is known color: Cerulean Blue. HEX triplet: 22, 4A and C9. RGB value is (34,74,201). Sum of RGB (Red+Green+Blue) = 34+74+201=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 201 (78.91% from 255 or 65.05% from 309); Max value from RGB is 201 - color contains mainly: blue. Hex color #224AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224AC9 is #DDB536. Grayscale: #4B4B4B. Windows color (decimal): -14529847 or 13191714. OLE color: 13191714.
HSL color Cylindrical-coordinate representation of color #224AC9: hue angle of 225.63º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224AC9 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 74 | 201 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.21 |
| HSL | 225.63º | 0.71% | 0.46% | - |
| HSV(B) | 225.63º | 0.83% | 0.79% | - |
| XYZ | 13.65 | 9.45 | 56.36 | - |
| YUV | 76.52 | 198.25 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 201 | 0.83 | 0.63 | 0 | 0.21 | 225.63 | 0.71 | 0.46 |
| Hex | 22 | 4A | C9 | 53 | 3F | 0 | 15 | E2 | 47 | 2E |
| Octal | 42 | 112 | 311 | 123 | 77 | 0 | 25 | 342 | 107 | 56 |
| Binary | 100010 | 1001010 | 11001001 | 1010011 | 111111 | 0 | 10101 | 11100010 | 1000111 | 101110 |
Color Harmonies of #224AC9
Complementary color
Monochromatic Colors of #224AC9
Black with #224AC9
Text Example
Text Example
White with #224AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224AC9; }
p { color: rgb(34,74,201); }
H1.HeaderClassName
{
color: #224AC9;
}
.AnyTagClassName
{
color: #224AC9;
}
</style>
background-color css
<style>
a { background-color: #224AC9; }
a { background-color: rgb(34,74,201); }
div.DivClassName
{
background-color: #224AC9;
}
.BgClassName
{
background-color: #224AC9;
}
</style>
border-color css
<style>
span { border-color: #224AC9; }
span { border-color: rgb(34,74,201); }
td.TdClassName
{
border-color: #224AC9;
}
.TagClassName
{
border-color: #224AC9;
}
</style>