Shades of Cerulean Blue #224ABF
Tints of Cerulean Blue #224ABF
RGB
CMYK
RGB Variations
Color information
#224ABF (or 0x224ABF) is known color: Cerulean Blue. HEX triplet: 22, 4A and BF. RGB value is (34,74,191). Sum of RGB (Red+Green+Blue) = 34+74+191=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #224ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224ABF is #DDB540. Grayscale: #4A4A4A. Windows color (decimal): -14529857 or 12536354. OLE color: 12536354.
HSL color Cylindrical-coordinate representation of color #224ABF: hue angle of 224.71º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224ABF is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 74 | 191 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.25 |
| HSL | 224.71º | 0.7% | 0.44% | - |
| HSV(B) | 224.71º | 0.82% | 0.75% | - |
| XYZ | 12.51 | 9 | 50.37 | - |
| YUV | 75.38 | 193.25 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 191 | 0.82 | 0.61 | 0 | 0.25 | 224.71 | 0.7 | 0.44 |
| Hex | 22 | 4A | BF | 52 | 3D | 0 | 19 | E1 | 46 | 2C |
| Octal | 42 | 112 | 277 | 122 | 75 | 0 | 31 | 341 | 106 | 54 |
| Binary | 100010 | 1001010 | 10111111 | 1010010 | 111101 | 0 | 11001 | 11100001 | 1000110 | 101100 |
Color Harmonies of #224ABF
Complementary color
Monochromatic Colors of #224ABF
Black with #224ABF
Text Example
Text Example
White with #224ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224ABF; }
p { color: rgb(34,74,191); }
H1.HeaderClassName
{
color: #224ABF;
}
.AnyTagClassName
{
color: #224ABF;
}
</style>
background-color css
<style>
a { background-color: #224ABF; }
a { background-color: rgb(34,74,191); }
div.DivClassName
{
background-color: #224ABF;
}
.BgClassName
{
background-color: #224ABF;
}
</style>
border-color css
<style>
span { border-color: #224ABF; }
span { border-color: rgb(34,74,191); }
td.TdClassName
{
border-color: #224ABF;
}
.TagClassName
{
border-color: #224ABF;
}
</style>