Shades of Cerulean Blue #2B41DB
Tints of Cerulean Blue #2B41DB
RGB
CMYK
RGB Variations
Color information
#2B41DB (or 0x2B41DB) is known color: Cerulean Blue. HEX triplet: 2B, 41 and DB. RGB value is (43,65,219). Sum of RGB (Red+Green+Blue) = 43+65+219=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B41DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B41DB is #D4BE24. Grayscale: #4B4B4B. Windows color (decimal): -13942309 or 14369067. OLE color: 14369067.
HSL color Cylindrical-coordinate representation of color #2B41DB: hue angle of 232.5º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B41DB is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 65 | 219 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.14 |
| HSL | 232.5º | 0.71% | 0.51% | - |
| HSV(B) | 232.5º | 0.8% | 0.86% | - |
| XYZ | 15.67 | 9.41 | 68.01 | - |
| YUV | 75.98 | 208.71 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 219 | 0.80 | 0.70 | 0 | 0.14 | 232.5 | 0.71 | 0.51 |
| Hex | 2B | 41 | DB | 50 | 46 | 0 | E | E8 | 47 | 33 |
| Octal | 53 | 101 | 333 | 120 | 106 | 0 | 16 | 350 | 107 | 63 |
| Binary | 101011 | 1000001 | 11011011 | 1010000 | 1000110 | 0 | 1110 | 11101000 | 1000111 | 110011 |
Color Harmonies of #2B41DB
Complementary color
Monochromatic Colors of #2B41DB
Black with #2B41DB
Text Example
Text Example
White with #2B41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B41DB; }
p { color: rgb(43,65,219); }
H1.HeaderClassName
{
color: #2B41DB;
}
.AnyTagClassName
{
color: #2B41DB;
}
</style>
background-color css
<style>
a { background-color: #2B41DB; }
a { background-color: rgb(43,65,219); }
div.DivClassName
{
background-color: #2B41DB;
}
.BgClassName
{
background-color: #2B41DB;
}
</style>
border-color css
<style>
span { border-color: #2B41DB; }
span { border-color: rgb(43,65,219); }
td.TdClassName
{
border-color: #2B41DB;
}
.TagClassName
{
border-color: #2B41DB;
}
</style>