Shades of Cerulean Blue #224FCB
Tints of Cerulean Blue #224FCB
RGB
CMYK
RGB Variations
Color information
#224FCB (or 0x224FCB) is known color: Cerulean Blue. HEX triplet: 22, 4F and CB. RGB value is (34,79,203). Sum of RGB (Red+Green+Blue) = 34+79+203=316 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.76% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #224FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FCB is #DDB034. Grayscale: #4F4F4F. Windows color (decimal): -14528565 or 13324066. OLE color: 13324066.
HSL color Cylindrical-coordinate representation of color #224FCB: hue angle of 224.02º 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 #224FCB is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 79 | 203 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.20 |
| HSL | 224.02º | 0.71% | 0.46% | - |
| HSV(B) | 224.02º | 0.83% | 0.8% | - |
| XYZ | 14.24 | 10.24 | 57.73 | - |
| YUV | 79.68 | 197.59 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 203 | 0.83 | 0.61 | 0 | 0.20 | 224.02 | 0.71 | 0.46 |
| Hex | 22 | 4F | CB | 53 | 3D | 0 | 14 | E0 | 47 | 2E |
| Octal | 42 | 117 | 313 | 123 | 75 | 0 | 24 | 340 | 107 | 56 |
| Binary | 100010 | 1001111 | 11001011 | 1010011 | 111101 | 0 | 10100 | 11100000 | 1000111 | 101110 |
Color Harmonies of #224FCB
Complementary color
Monochromatic Colors of #224FCB
Black with #224FCB
Text Example
Text Example
White with #224FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FCB; }
p { color: rgb(34,79,203); }
H1.HeaderClassName
{
color: #224FCB;
}
.AnyTagClassName
{
color: #224FCB;
}
</style>
background-color css
<style>
a { background-color: #224FCB; }
a { background-color: rgb(34,79,203); }
div.DivClassName
{
background-color: #224FCB;
}
.BgClassName
{
background-color: #224FCB;
}
</style>
border-color css
<style>
span { border-color: #224FCB; }
span { border-color: rgb(34,79,203); }
td.TdClassName
{
border-color: #224FCB;
}
.TagClassName
{
border-color: #224FCB;
}
</style>