Shades of Cerulean Blue #224DCB
Tints of Cerulean Blue #224DCB
RGB
CMYK
RGB Variations
Color information
#224DCB (or 0x224DCB) is known color: Cerulean Blue. HEX triplet: 22, 4D and CB. RGB value is (34,77,203). Sum of RGB (Red+Green+Blue) = 34+77+203=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #224DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224DCB is #DDB234. Grayscale: #4D4D4D. Windows color (decimal): -14529077 or 13323554. OLE color: 13323554.
HSL color Cylindrical-coordinate representation of color #224DCB: hue angle of 224.73º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224DCB is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 77 | 203 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.20 |
| HSL | 224.73º | 0.71% | 0.46% | - |
| HSV(B) | 224.73º | 0.83% | 0.8% | - |
| XYZ | 14.09 | 9.96 | 57.68 | - |
| YUV | 78.51 | 198.25 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 203 | 0.83 | 0.62 | 0 | 0.20 | 224.73 | 0.71 | 0.46 |
| Hex | 22 | 4D | CB | 53 | 3E | 0 | 14 | E1 | 47 | 2E |
| Octal | 42 | 115 | 313 | 123 | 76 | 0 | 24 | 341 | 107 | 56 |
| Binary | 100010 | 1001101 | 11001011 | 1010011 | 111110 | 0 | 10100 | 11100001 | 1000111 | 101110 |
Color Harmonies of #224DCB
Complementary color
Monochromatic Colors of #224DCB
Black with #224DCB
Text Example
Text Example
White with #224DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224DCB; }
p { color: rgb(34,77,203); }
H1.HeaderClassName
{
color: #224DCB;
}
.AnyTagClassName
{
color: #224DCB;
}
</style>
background-color css
<style>
a { background-color: #224DCB; }
a { background-color: rgb(34,77,203); }
div.DivClassName
{
background-color: #224DCB;
}
.BgClassName
{
background-color: #224DCB;
}
</style>
border-color css
<style>
span { border-color: #224DCB; }
span { border-color: rgb(34,77,203); }
td.TdClassName
{
border-color: #224DCB;
}
.TagClassName
{
border-color: #224DCB;
}
</style>