Shades of Cerulean Blue #224BBF
Tints of Cerulean Blue #224BBF
RGB
CMYK
RGB Variations
Color information
#224BBF (or 0x224BBF) is known color: Cerulean Blue. HEX triplet: 22, 4B and BF. RGB value is (34,75,191). Sum of RGB (Red+Green+Blue) = 34+75+191=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #224BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224BBF is #DDB440. Grayscale: #4B4B4B. Windows color (decimal): -14529601 or 12536610. OLE color: 12536610.
HSL color Cylindrical-coordinate representation of color #224BBF: hue angle of 224.33º 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 #224BBF is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 75 | 191 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.25 |
| HSL | 224.33º | 0.7% | 0.44% | - |
| HSV(B) | 224.33º | 0.82% | 0.75% | - |
| XYZ | 12.58 | 9.13 | 50.39 | - |
| YUV | 75.97 | 192.92 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 191 | 0.82 | 0.61 | 0 | 0.25 | 224.33 | 0.7 | 0.44 |
| Hex | 22 | 4B | BF | 52 | 3D | 0 | 19 | E0 | 46 | 2C |
| Octal | 42 | 113 | 277 | 122 | 75 | 0 | 31 | 340 | 106 | 54 |
| Binary | 100010 | 1001011 | 10111111 | 1010010 | 111101 | 0 | 11001 | 11100000 | 1000110 | 101100 |
Color Harmonies of #224BBF
Complementary color
Monochromatic Colors of #224BBF
Black with #224BBF
Text Example
Text Example
White with #224BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224BBF; }
p { color: rgb(34,75,191); }
H1.HeaderClassName
{
color: #224BBF;
}
.AnyTagClassName
{
color: #224BBF;
}
</style>
background-color css
<style>
a { background-color: #224BBF; }
a { background-color: rgb(34,75,191); }
div.DivClassName
{
background-color: #224BBF;
}
.BgClassName
{
background-color: #224BBF;
}
</style>
border-color css
<style>
span { border-color: #224BBF; }
span { border-color: rgb(34,75,191); }
td.TdClassName
{
border-color: #224BBF;
}
.TagClassName
{
border-color: #224BBF;
}
</style>