Shades of Cerulean Blue #2246DB
Tints of Cerulean Blue #2246DB
RGB
CMYK
RGB Variations
Color information
#2246DB (or 0x2246DB) is known color: Cerulean Blue. HEX triplet: 22, 46 and DB. RGB value is (34,70,219). Sum of RGB (Red+Green+Blue) = 34+70+219=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #2246DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2246DB is #DDB924. Grayscale: #4B4B4B. Windows color (decimal): -14530853 or 14370338. OLE color: 14370338.
HSL color Cylindrical-coordinate representation of color #2246DB: hue angle of 228.32º 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 #2246DB is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 70 | 219 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.14 |
| HSL | 228.32º | 0.73% | 0.5% | - |
| HSV(B) | 228.32º | 0.84% | 0.86% | - |
| XYZ | 15.64 | 9.83 | 68.09 | - |
| YUV | 76.22 | 208.57 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 219 | 0.84 | 0.68 | 0 | 0.14 | 228.32 | 0.73 | 0.5 |
| Hex | 22 | 46 | DB | 54 | 44 | 0 | E | E4 | 49 | 32 |
| Octal | 42 | 106 | 333 | 124 | 104 | 0 | 16 | 344 | 111 | 62 |
| Binary | 100010 | 1000110 | 11011011 | 1010100 | 1000100 | 0 | 1110 | 11100100 | 1001001 | 110010 |
Color Harmonies of #2246DB
Complementary color
Monochromatic Colors of #2246DB
Black with #2246DB
Text Example
Text Example
White with #2246DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2246DB; }
p { color: rgb(34,70,219); }
H1.HeaderClassName
{
color: #2246DB;
}
.AnyTagClassName
{
color: #2246DB;
}
</style>
background-color css
<style>
a { background-color: #2246DB; }
a { background-color: rgb(34,70,219); }
div.DivClassName
{
background-color: #2246DB;
}
.BgClassName
{
background-color: #2246DB;
}
</style>
border-color css
<style>
span { border-color: #2246DB; }
span { border-color: rgb(34,70,219); }
td.TdClassName
{
border-color: #2246DB;
}
.TagClassName
{
border-color: #2246DB;
}
</style>