Shades of Cerulean Blue #2247DB
Tints of Cerulean Blue #2247DB
RGB
CMYK
RGB Variations
Color information
#2247DB (or 0x2247DB) is known color: Cerulean Blue. HEX triplet: 22, 47 and DB. RGB value is (34,71,219). Sum of RGB (Red+Green+Blue) = 34+71+219=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #2247DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2247DB is #DDB824. Grayscale: #4C4C4C. Windows color (decimal): -14530597 or 14370594. OLE color: 14370594.
HSL color Cylindrical-coordinate representation of color #2247DB: hue angle of 228º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2247DB is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 71 | 219 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.14 |
| HSL | 228º | 0.73% | 0.5% | - |
| HSV(B) | 228º | 0.84% | 0.86% | - |
| XYZ | 15.7 | 9.96 | 68.11 | - |
| YUV | 76.81 | 208.24 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 71 | 219 | 0.84 | 0.68 | 0 | 0.14 | 228 | 0.73 | 0.5 |
| Hex | 22 | 47 | DB | 54 | 44 | 0 | E | E4 | 49 | 32 |
| Octal | 42 | 107 | 333 | 124 | 104 | 0 | 16 | 344 | 111 | 62 |
| Binary | 100010 | 1000111 | 11011011 | 1010100 | 1000100 | 0 | 1110 | 11100100 | 1001001 | 110010 |
Color Harmonies of #2247DB
Complementary color
Monochromatic Colors of #2247DB
Black with #2247DB
Text Example
Text Example
White with #2247DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2247DB; }
p { color: rgb(34,71,219); }
H1.HeaderClassName
{
color: #2247DB;
}
.AnyTagClassName
{
color: #2247DB;
}
</style>
background-color css
<style>
a { background-color: #2247DB; }
a { background-color: rgb(34,71,219); }
div.DivClassName
{
background-color: #2247DB;
}
.BgClassName
{
background-color: #2247DB;
}
</style>
border-color css
<style>
span { border-color: #2247DB; }
span { border-color: rgb(34,71,219); }
td.TdClassName
{
border-color: #2247DB;
}
.TagClassName
{
border-color: #2247DB;
}
</style>