Shades of Cerulean Blue #224FE1
Tints of Cerulean Blue #224FE1
RGB
CMYK
RGB Variations
Color information
#224FE1 (or 0x224FE1) is known color: Cerulean Blue. HEX triplet: 22, 4F and E1. RGB value is (34,79,225). Sum of RGB (Red+Green+Blue) = 34+79+225=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 225 (88.28% from 255 or 66.57% from 338); Max value from RGB is 225 - color contains mainly: blue. Hex color #224FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FE1 is #DDB01E. Grayscale: #515151. Windows color (decimal): -14528543 or 14765858. OLE color: 14765858.
HSL color Cylindrical-coordinate representation of color #224FE1: hue angle of 225.86º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224FE1 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 79 | 225 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.12 |
| HSL | 225.86º | 0.76% | 0.51% | - |
| HSV(B) | 225.86º | 0.85% | 0.88% | - |
| XYZ | 17.05 | 11.37 | 72.53 | - |
| YUV | 82.19 | 208.59 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 225 | 0.85 | 0.65 | 0 | 0.12 | 225.86 | 0.76 | 0.51 |
| Hex | 22 | 4F | E1 | 55 | 41 | 0 | C | E2 | 4C | 33 |
| Octal | 42 | 117 | 341 | 125 | 101 | 0 | 14 | 342 | 114 | 63 |
| Binary | 100010 | 1001111 | 11100001 | 1010101 | 1000001 | 0 | 1100 | 11100010 | 1001100 | 110011 |
Color Harmonies of #224FE1
Complementary color
Monochromatic Colors of #224FE1
Black with #224FE1
Text Example
Text Example
White with #224FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FE1; }
p { color: rgb(34,79,225); }
H1.HeaderClassName
{
color: #224FE1;
}
.AnyTagClassName
{
color: #224FE1;
}
</style>
background-color css
<style>
a { background-color: #224FE1; }
a { background-color: rgb(34,79,225); }
div.DivClassName
{
background-color: #224FE1;
}
.BgClassName
{
background-color: #224FE1;
}
</style>
border-color css
<style>
span { border-color: #224FE1; }
span { border-color: rgb(34,79,225); }
td.TdClassName
{
border-color: #224FE1;
}
.TagClassName
{
border-color: #224FE1;
}
</style>