Shades of Cerulean Blue #2B55DB
Tints of Cerulean Blue #2B55DB
RGB
CMYK
RGB Variations
Color information
#2B55DB (or 0x2B55DB) is known color: Cerulean Blue. HEX triplet: 2B, 55 and DB. RGB value is (43,85,219). Sum of RGB (Red+Green+Blue) = 43+85+219=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B55DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B55DB is #D4AA24. Grayscale: #575757. Windows color (decimal): -13937189 or 14374187. OLE color: 14374187.
HSL color Cylindrical-coordinate representation of color #2B55DB: hue angle of 225.68º 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 #2B55DB is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 85 | 219 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.14 |
| HSL | 225.68º | 0.71% | 0.51% | - |
| HSV(B) | 225.68º | 0.8% | 0.86% | - |
| XYZ | 17.03 | 12.13 | 68.46 | - |
| YUV | 87.72 | 202.09 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 85 | 219 | 0.80 | 0.61 | 0 | 0.14 | 225.68 | 0.71 | 0.51 |
| Hex | 2B | 55 | DB | 50 | 3D | 0 | E | E2 | 47 | 33 |
| Octal | 53 | 125 | 333 | 120 | 75 | 0 | 16 | 342 | 107 | 63 |
| Binary | 101011 | 1010101 | 11011011 | 1010000 | 111101 | 0 | 1110 | 11100010 | 1000111 | 110011 |
Color Harmonies of #2B55DB
Complementary color
Monochromatic Colors of #2B55DB
Black with #2B55DB
Text Example
Text Example
White with #2B55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B55DB; }
p { color: rgb(43,85,219); }
H1.HeaderClassName
{
color: #2B55DB;
}
.AnyTagClassName
{
color: #2B55DB;
}
</style>
background-color css
<style>
a { background-color: #2B55DB; }
a { background-color: rgb(43,85,219); }
div.DivClassName
{
background-color: #2B55DB;
}
.BgClassName
{
background-color: #2B55DB;
}
</style>
border-color css
<style>
span { border-color: #2B55DB; }
span { border-color: rgb(43,85,219); }
td.TdClassName
{
border-color: #2B55DB;
}
.TagClassName
{
border-color: #2B55DB;
}
</style>