Shades of Cerulean Blue #2B54DB
Tints of Cerulean Blue #2B54DB
RGB
CMYK
RGB Variations
Color information
#2B54DB (or 0x2B54DB) is known color: Cerulean Blue. HEX triplet: 2B, 54 and DB. RGB value is (43,84,219). Sum of RGB (Red+Green+Blue) = 43+84+219=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B54DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B54DB is #D4AB24. Grayscale: #565656. Windows color (decimal): -13937445 or 14373931. OLE color: 14373931.
HSL color Cylindrical-coordinate representation of color #2B54DB: hue angle of 226.02º 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 #2B54DB is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 84 | 219 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.14 |
| HSL | 226.02º | 0.71% | 0.51% | - |
| HSV(B) | 226.02º | 0.8% | 0.86% | - |
| XYZ | 16.95 | 11.97 | 68.43 | - |
| YUV | 87.13 | 202.42 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 219 | 0.80 | 0.62 | 0 | 0.14 | 226.02 | 0.71 | 0.51 |
| Hex | 2B | 54 | DB | 50 | 3E | 0 | E | E2 | 47 | 33 |
| Octal | 53 | 124 | 333 | 120 | 76 | 0 | 16 | 342 | 107 | 63 |
| Binary | 101011 | 1010100 | 11011011 | 1010000 | 111110 | 0 | 1110 | 11100010 | 1000111 | 110011 |
Color Harmonies of #2B54DB
Complementary color
Monochromatic Colors of #2B54DB
Black with #2B54DB
Text Example
Text Example
White with #2B54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B54DB; }
p { color: rgb(43,84,219); }
H1.HeaderClassName
{
color: #2B54DB;
}
.AnyTagClassName
{
color: #2B54DB;
}
</style>
background-color css
<style>
a { background-color: #2B54DB; }
a { background-color: rgb(43,84,219); }
div.DivClassName
{
background-color: #2B54DB;
}
.BgClassName
{
background-color: #2B54DB;
}
</style>
border-color css
<style>
span { border-color: #2B54DB; }
span { border-color: rgb(43,84,219); }
td.TdClassName
{
border-color: #2B54DB;
}
.TagClassName
{
border-color: #2B54DB;
}
</style>