Shades of Cerulean Blue #224DC5
Tints of Cerulean Blue #224DC5
RGB
CMYK
RGB Variations
Color information
#224DC5 (or 0x224DC5) is known color: Cerulean Blue. HEX triplet: 22, 4D and C5. RGB value is (34,77,197). Sum of RGB (Red+Green+Blue) = 34+77+197=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 197 (77.34% from 255 or 63.96% from 308); Max value from RGB is 197 - color contains mainly: blue. Hex color #224DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DC5 is #DDB23A. Grayscale: #4D4D4D. Windows color (decimal): -14529083 or 12930338. OLE color: 12930338.
HSL color Cylindrical-coordinate representation of color #224DC5: hue angle of 224.17º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224DC5 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 77 | 197 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.23 |
| HSL | 224.17º | 0.71% | 0.45% | - |
| HSV(B) | 224.17º | 0.83% | 0.77% | - |
| XYZ | 13.39 | 9.68 | 53.99 | - |
| YUV | 77.82 | 195.25 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 197 | 0.83 | 0.61 | 0 | 0.23 | 224.17 | 0.71 | 0.45 |
| Hex | 22 | 4D | C5 | 53 | 3D | 0 | 17 | E0 | 47 | 2D |
| Octal | 42 | 115 | 305 | 123 | 75 | 0 | 27 | 340 | 107 | 55 |
| Binary | 100010 | 1001101 | 11000101 | 1010011 | 111101 | 0 | 10111 | 11100000 | 1000111 | 101101 |
Color Harmonies of #224DC5
Complementary color
Monochromatic Colors of #224DC5
Black with #224DC5
Text Example
Text Example
White with #224DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DC5; }
p { color: rgb(34,77,197); }
H1.HeaderClassName
{
color: #224DC5;
}
.AnyTagClassName
{
color: #224DC5;
}
</style>
background-color css
<style>
a { background-color: #224DC5; }
a { background-color: rgb(34,77,197); }
div.DivClassName
{
background-color: #224DC5;
}
.BgClassName
{
background-color: #224DC5;
}
</style>
border-color css
<style>
span { border-color: #224DC5; }
span { border-color: rgb(34,77,197); }
td.TdClassName
{
border-color: #224DC5;
}
.TagClassName
{
border-color: #224DC5;
}
</style>