Shades of Cerulean Blue #224CDA
Tints of Cerulean Blue #224CDA
RGB
CMYK
RGB Variations
Color information
#224CDA (or 0x224CDA) is known color: Cerulean Blue. HEX triplet: 22, 4C and DA. RGB value is (34,76,218). Sum of RGB (Red+Green+Blue) = 34+76+218=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #224CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CDA is #DDB325. Grayscale: #4F4F4F. Windows color (decimal): -14529318 or 14306338. OLE color: 14306338.
HSL color Cylindrical-coordinate representation of color #224CDA: hue angle of 226.3º 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 #224CDA is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 76 | 218 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.15 |
| HSL | 226.3º | 0.73% | 0.49% | - |
| HSV(B) | 226.3º | 0.84% | 0.85% | - |
| XYZ | 15.9 | 10.57 | 67.53 | - |
| YUV | 79.63 | 206.09 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 218 | 0.84 | 0.65 | 0 | 0.15 | 226.3 | 0.73 | 0.49 |
| Hex | 22 | 4C | DA | 54 | 41 | 0 | F | E2 | 49 | 31 |
| Octal | 42 | 114 | 332 | 124 | 101 | 0 | 17 | 342 | 111 | 61 |
| Binary | 100010 | 1001100 | 11011010 | 1010100 | 1000001 | 0 | 1111 | 11100010 | 1001001 | 110001 |
Color Harmonies of #224CDA
Complementary color
Monochromatic Colors of #224CDA
Black with #224CDA
Text Example
Text Example
White with #224CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CDA; }
p { color: rgb(34,76,218); }
H1.HeaderClassName
{
color: #224CDA;
}
.AnyTagClassName
{
color: #224CDA;
}
</style>
background-color css
<style>
a { background-color: #224CDA; }
a { background-color: rgb(34,76,218); }
div.DivClassName
{
background-color: #224CDA;
}
.BgClassName
{
background-color: #224CDA;
}
</style>
border-color css
<style>
span { border-color: #224CDA; }
span { border-color: rgb(34,76,218); }
td.TdClassName
{
border-color: #224CDA;
}
.TagClassName
{
border-color: #224CDA;
}
</style>