Shades of Cerulean Blue #224FCD
Tints of Cerulean Blue #224FCD
RGB
CMYK
RGB Variations
Color information
#224FCD (or 0x224FCD) is known color: Cerulean Blue. HEX triplet: 22, 4F and CD. RGB value is (34,79,205). Sum of RGB (Red+Green+Blue) = 34+79+205=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #224FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FCD is #DDB032. Grayscale: #4F4F4F. Windows color (decimal): -14528563 or 13455138. OLE color: 13455138.
HSL color Cylindrical-coordinate representation of color #224FCD: hue angle of 224.21º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224FCD is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 79 | 205 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.20 |
| HSL | 224.21º | 0.72% | 0.47% | - |
| HSV(B) | 224.21º | 0.83% | 0.8% | - |
| XYZ | 14.48 | 10.34 | 58.99 | - |
| YUV | 79.91 | 198.59 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 205 | 0.83 | 0.61 | 0 | 0.20 | 224.21 | 0.72 | 0.47 |
| Hex | 22 | 4F | CD | 53 | 3D | 0 | 14 | E0 | 48 | 2F |
| Octal | 42 | 117 | 315 | 123 | 75 | 0 | 24 | 340 | 110 | 57 |
| Binary | 100010 | 1001111 | 11001101 | 1010011 | 111101 | 0 | 10100 | 11100000 | 1001000 | 101111 |
Color Harmonies of #224FCD
Complementary color
Monochromatic Colors of #224FCD
Black with #224FCD
Text Example
Text Example
White with #224FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FCD; }
p { color: rgb(34,79,205); }
H1.HeaderClassName
{
color: #224FCD;
}
.AnyTagClassName
{
color: #224FCD;
}
</style>
background-color css
<style>
a { background-color: #224FCD; }
a { background-color: rgb(34,79,205); }
div.DivClassName
{
background-color: #224FCD;
}
.BgClassName
{
background-color: #224FCD;
}
</style>
border-color css
<style>
span { border-color: #224FCD; }
span { border-color: rgb(34,79,205); }
td.TdClassName
{
border-color: #224FCD;
}
.TagClassName
{
border-color: #224FCD;
}
</style>