Shades of Cerulean Blue #2146DB
Tints of Cerulean Blue #2146DB
RGB
CMYK
RGB Variations
Color information
#2146DB (or 0x2146DB) is known color: Cerulean Blue. HEX triplet: 21, 46 and DB. RGB value is (33,70,219). Sum of RGB (Red+Green+Blue) = 33+70+219=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #2146DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2146DB is #DEB924. Grayscale: #4B4B4B. Windows color (decimal): -14596389 or 14370337. OLE color: 14370337.
HSL color Cylindrical-coordinate representation of color #2146DB: hue angle of 228.06º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2146DB is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 70 | 219 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.14 |
| HSL | 228.06º | 0.74% | 0.49% | - |
| HSV(B) | 228.06º | 0.85% | 0.86% | - |
| XYZ | 15.6 | 9.82 | 68.09 | - |
| YUV | 75.92 | 208.74 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 219 | 0.85 | 0.68 | 0 | 0.14 | 228.06 | 0.74 | 0.49 |
| Hex | 21 | 46 | DB | 55 | 44 | 0 | E | E4 | 4A | 31 |
| Octal | 41 | 106 | 333 | 125 | 104 | 0 | 16 | 344 | 112 | 61 |
| Binary | 100001 | 1000110 | 11011011 | 1010101 | 1000100 | 0 | 1110 | 11100100 | 1001010 | 110001 |
Color Harmonies of #2146DB
Complementary color
Monochromatic Colors of #2146DB
Black with #2146DB
Text Example
Text Example
White with #2146DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2146DB; }
p { color: rgb(33,70,219); }
H1.HeaderClassName
{
color: #2146DB;
}
.AnyTagClassName
{
color: #2146DB;
}
</style>
background-color css
<style>
a { background-color: #2146DB; }
a { background-color: rgb(33,70,219); }
div.DivClassName
{
background-color: #2146DB;
}
.BgClassName
{
background-color: #2146DB;
}
</style>
border-color css
<style>
span { border-color: #2146DB; }
span { border-color: rgb(33,70,219); }
td.TdClassName
{
border-color: #2146DB;
}
.TagClassName
{
border-color: #2146DB;
}
</style>