Shades of Cerulean Blue #2B53DB
Tints of Cerulean Blue #2B53DB
RGB
CMYK
RGB Variations
Color information
#2B53DB (or 0x2B53DB) is known color: Cerulean Blue. HEX triplet: 2B, 53 and DB. RGB value is (43,83,219). Sum of RGB (Red+Green+Blue) = 43+83+219=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B53DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B53DB is #D4AC24. Grayscale: #555555. Windows color (decimal): -13937701 or 14373675. OLE color: 14373675.
HSL color Cylindrical-coordinate representation of color #2B53DB: hue angle of 226.36º 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 #2B53DB is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 83 | 219 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.14 |
| HSL | 226.36º | 0.71% | 0.51% | - |
| HSV(B) | 226.36º | 0.8% | 0.86% | - |
| XYZ | 16.88 | 11.81 | 68.41 | - |
| YUV | 86.54 | 202.75 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 219 | 0.80 | 0.62 | 0 | 0.14 | 226.36 | 0.71 | 0.51 |
| Hex | 2B | 53 | DB | 50 | 3E | 0 | E | E2 | 47 | 33 |
| Octal | 53 | 123 | 333 | 120 | 76 | 0 | 16 | 342 | 107 | 63 |
| Binary | 101011 | 1010011 | 11011011 | 1010000 | 111110 | 0 | 1110 | 11100010 | 1000111 | 110011 |
Color Harmonies of #2B53DB
Complementary color
Monochromatic Colors of #2B53DB
Black with #2B53DB
Text Example
Text Example
White with #2B53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B53DB; }
p { color: rgb(43,83,219); }
H1.HeaderClassName
{
color: #2B53DB;
}
.AnyTagClassName
{
color: #2B53DB;
}
</style>
background-color css
<style>
a { background-color: #2B53DB; }
a { background-color: rgb(43,83,219); }
div.DivClassName
{
background-color: #2B53DB;
}
.BgClassName
{
background-color: #2B53DB;
}
</style>
border-color css
<style>
span { border-color: #2B53DB; }
span { border-color: rgb(43,83,219); }
td.TdClassName
{
border-color: #2B53DB;
}
.TagClassName
{
border-color: #2B53DB;
}
</style>