Shades of Cerulean Blue #224BCD
Tints of Cerulean Blue #224BCD
RGB
CMYK
RGB Variations
Color information
#224BCD (or 0x224BCD) is known color: Cerulean Blue. HEX triplet: 22, 4B and CD. RGB value is (34,75,205). Sum of RGB (Red+Green+Blue) = 34+75+205=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #224BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BCD is #DDB432. Grayscale: #4D4D4D. Windows color (decimal): -14529587 or 13454114. OLE color: 13454114.
HSL color Cylindrical-coordinate representation of color #224BCD: hue angle of 225.61º 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 #224BCD is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 75 | 205 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.20 |
| HSL | 225.61º | 0.72% | 0.47% | - |
| HSV(B) | 225.61º | 0.83% | 0.8% | - |
| XYZ | 14.2 | 9.78 | 58.9 | - |
| YUV | 77.56 | 199.92 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 205 | 0.83 | 0.63 | 0 | 0.20 | 225.61 | 0.72 | 0.47 |
| Hex | 22 | 4B | CD | 53 | 3F | 0 | 14 | E2 | 48 | 2F |
| Octal | 42 | 113 | 315 | 123 | 77 | 0 | 24 | 342 | 110 | 57 |
| Binary | 100010 | 1001011 | 11001101 | 1010011 | 111111 | 0 | 10100 | 11100010 | 1001000 | 101111 |
Color Harmonies of #224BCD
Complementary color
Monochromatic Colors of #224BCD
Black with #224BCD
Text Example
Text Example
White with #224BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224BCD; }
p { color: rgb(34,75,205); }
H1.HeaderClassName
{
color: #224BCD;
}
.AnyTagClassName
{
color: #224BCD;
}
</style>
background-color css
<style>
a { background-color: #224BCD; }
a { background-color: rgb(34,75,205); }
div.DivClassName
{
background-color: #224BCD;
}
.BgClassName
{
background-color: #224BCD;
}
</style>
border-color css
<style>
span { border-color: #224BCD; }
span { border-color: rgb(34,75,205); }
td.TdClassName
{
border-color: #224BCD;
}
.TagClassName
{
border-color: #224BCD;
}
</style>