Shades of Cerulean Blue #224FCE
Tints of Cerulean Blue #224FCE
RGB
CMYK
RGB Variations
Color information
#224FCE (or 0x224FCE) is known color: Cerulean Blue. HEX triplet: 22, 4F and CE. RGB value is (34,79,206). Sum of RGB (Red+Green+Blue) = 34+79+206=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #224FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FCE is #DDB031. Grayscale: #4F4F4F. Windows color (decimal): -14528562 or 13520674. OLE color: 13520674.
HSL color Cylindrical-coordinate representation of color #224FCE: hue angle of 224.3º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #224FCE is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 79 | 206 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.19 |
| HSL | 224.3º | 0.72% | 0.47% | - |
| HSV(B) | 224.3º | 0.83% | 0.81% | - |
| XYZ | 14.6 | 10.39 | 59.63 | - |
| YUV | 80.02 | 199.09 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 206 | 0.83 | 0.62 | 0 | 0.19 | 224.3 | 0.72 | 0.47 |
| Hex | 22 | 4F | CE | 53 | 3E | 0 | 13 | E0 | 48 | 2F |
| Octal | 42 | 117 | 316 | 123 | 76 | 0 | 23 | 340 | 110 | 57 |
| Binary | 100010 | 1001111 | 11001110 | 1010011 | 111110 | 0 | 10011 | 11100000 | 1001000 | 101111 |
Color Harmonies of #224FCE
Complementary color
Monochromatic Colors of #224FCE
Black with #224FCE
Text Example
Text Example
White with #224FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FCE; }
p { color: rgb(34,79,206); }
H1.HeaderClassName
{
color: #224FCE;
}
.AnyTagClassName
{
color: #224FCE;
}
</style>
background-color css
<style>
a { background-color: #224FCE; }
a { background-color: rgb(34,79,206); }
div.DivClassName
{
background-color: #224FCE;
}
.BgClassName
{
background-color: #224FCE;
}
</style>
border-color css
<style>
span { border-color: #224FCE; }
span { border-color: rgb(34,79,206); }
td.TdClassName
{
border-color: #224FCE;
}
.TagClassName
{
border-color: #224FCE;
}
</style>