Shades of Cerulean Blue #224CC8
Tints of Cerulean Blue #224CC8
RGB
CMYK
RGB Variations
Color information
#224CC8 (or 0x224CC8) is known color: Cerulean Blue. HEX triplet: 22, 4C and C8. RGB value is (34,76,200). Sum of RGB (Red+Green+Blue) = 34+76+200=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 200 (78.52% from 255 or 64.52% from 310); Max value from RGB is 200 - color contains mainly: blue. Hex color #224CC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CC8 is #DDB337. Grayscale: #4D4D4D. Windows color (decimal): -14529336 or 13126690. OLE color: 13126690.
HSL color Cylindrical-coordinate representation of color #224CC8: hue angle of 224.82º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224CC8 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 76 | 200 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.22 |
| HSL | 224.82º | 0.71% | 0.46% | - |
| HSV(B) | 224.82º | 0.83% | 0.78% | - |
| XYZ | 13.67 | 9.68 | 55.79 | - |
| YUV | 77.58 | 197.09 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 200 | 0.83 | 0.62 | 0 | 0.22 | 224.82 | 0.71 | 0.46 |
| Hex | 22 | 4C | C8 | 53 | 3E | 0 | 16 | E1 | 47 | 2E |
| Octal | 42 | 114 | 310 | 123 | 76 | 0 | 26 | 341 | 107 | 56 |
| Binary | 100010 | 1001100 | 11001000 | 1010011 | 111110 | 0 | 10110 | 11100001 | 1000111 | 101110 |
Color Harmonies of #224CC8
Complementary color
Monochromatic Colors of #224CC8
Black with #224CC8
Text Example
Text Example
White with #224CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CC8; }
p { color: rgb(34,76,200); }
H1.HeaderClassName
{
color: #224CC8;
}
.AnyTagClassName
{
color: #224CC8;
}
</style>
background-color css
<style>
a { background-color: #224CC8; }
a { background-color: rgb(34,76,200); }
div.DivClassName
{
background-color: #224CC8;
}
.BgClassName
{
background-color: #224CC8;
}
</style>
border-color css
<style>
span { border-color: #224CC8; }
span { border-color: rgb(34,76,200); }
td.TdClassName
{
border-color: #224CC8;
}
.TagClassName
{
border-color: #224CC8;
}
</style>