Shades of Cerulean Blue #224FBC
Tints of Cerulean Blue #224FBC
RGB
CMYK
RGB Variations
Color information
#224FBC (or 0x224FBC) is known color: Cerulean Blue. HEX triplet: 22, 4F and BC. RGB value is (34,79,188). Sum of RGB (Red+Green+Blue) = 34+79+188=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #224FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #224FBC is #DDB043. Grayscale: #4D4D4D. Windows color (decimal): -14528580 or 12341026. OLE color: 12341026.
HSL color Cylindrical-coordinate representation of color #224FBC: hue angle of 222.47º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #224FBC is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 79 | 188 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.26 |
| HSL | 222.47º | 0.69% | 0.44% | - |
| HSV(B) | 222.47º | 0.82% | 0.74% | - |
| XYZ | 12.53 | 9.56 | 48.76 | - |
| YUV | 77.97 | 190.09 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 188 | 0.82 | 0.58 | 0 | 0.26 | 222.47 | 0.69 | 0.44 |
| Hex | 22 | 4F | BC | 52 | 3A | 0 | 1A | DE | 45 | 2C |
| Octal | 42 | 117 | 274 | 122 | 72 | 0 | 32 | 336 | 105 | 54 |
| Binary | 100010 | 1001111 | 10111100 | 1010010 | 111010 | 0 | 11010 | 11011110 | 1000101 | 101100 |
Color Harmonies of #224FBC
Complementary color
Monochromatic Colors of #224FBC
Black with #224FBC
Text Example
Text Example
White with #224FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224FBC; }
p { color: rgb(34,79,188); }
H1.HeaderClassName
{
color: #224FBC;
}
.AnyTagClassName
{
color: #224FBC;
}
</style>
background-color css
<style>
a { background-color: #224FBC; }
a { background-color: rgb(34,79,188); }
div.DivClassName
{
background-color: #224FBC;
}
.BgClassName
{
background-color: #224FBC;
}
</style>
border-color css
<style>
span { border-color: #224FBC; }
span { border-color: rgb(34,79,188); }
td.TdClassName
{
border-color: #224FBC;
}
.TagClassName
{
border-color: #224FBC;
}
</style>