Shades of Cerulean Blue #224FBA
Tints of Cerulean Blue #224FBA
RGB
CMYK
RGB Variations
Color information
#224FBA (or 0x224FBA) is known color: Cerulean Blue. HEX triplet: 22, 4F and BA. RGB value is (34,79,186). Sum of RGB (Red+Green+Blue) = 34+79+186=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #224FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FBA is #DDB045. Grayscale: #4D4D4D. Windows color (decimal): -14528582 or 12209954. OLE color: 12209954.
HSL color Cylindrical-coordinate representation of color #224FBA: hue angle of 222.24º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224FBA is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 79 | 186 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.27 |
| HSL | 222.24º | 0.69% | 0.43% | - |
| HSV(B) | 222.24º | 0.82% | 0.73% | - |
| XYZ | 12.32 | 9.48 | 47.63 | - |
| YUV | 77.74 | 189.09 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 186 | 0.82 | 0.58 | 0 | 0.27 | 222.24 | 0.69 | 0.43 |
| Hex | 22 | 4F | BA | 52 | 3A | 0 | 1B | DE | 45 | 2B |
| Octal | 42 | 117 | 272 | 122 | 72 | 0 | 33 | 336 | 105 | 53 |
| Binary | 100010 | 1001111 | 10111010 | 1010010 | 111010 | 0 | 11011 | 11011110 | 1000101 | 101011 |
Color Harmonies of #224FBA
Complementary color
Monochromatic Colors of #224FBA
Black with #224FBA
Text Example
Text Example
White with #224FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FBA; }
p { color: rgb(34,79,186); }
H1.HeaderClassName
{
color: #224FBA;
}
.AnyTagClassName
{
color: #224FBA;
}
</style>
background-color css
<style>
a { background-color: #224FBA; }
a { background-color: rgb(34,79,186); }
div.DivClassName
{
background-color: #224FBA;
}
.BgClassName
{
background-color: #224FBA;
}
</style>
border-color css
<style>
span { border-color: #224FBA; }
span { border-color: rgb(34,79,186); }
td.TdClassName
{
border-color: #224FBA;
}
.TagClassName
{
border-color: #224FBA;
}
</style>