Shades of Cerulean Blue #2B45DC
Tints of Cerulean Blue #2B45DC
RGB
CMYK
RGB Variations
Color information
#2B45DC (or 0x2B45DC) is known color: Cerulean Blue. HEX triplet: 2B, 45 and DC. RGB value is (43,69,220). Sum of RGB (Red+Green+Blue) = 43+69+220=332 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.95% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B45DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B45DC is #D4BA23. Grayscale: #4D4D4D. Windows color (decimal): -13941284 or 14435627. OLE color: 14435627.
HSL color Cylindrical-coordinate representation of color #2B45DC: hue angle of 231.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B45DC is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 69 | 220 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.14 |
| HSL | 231.19º | 0.72% | 0.52% | - |
| HSV(B) | 231.19º | 0.8% | 0.86% | - |
| XYZ | 16.04 | 9.94 | 68.78 | - |
| YUV | 78.44 | 207.89 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 69 | 220 | 0.80 | 0.69 | 0 | 0.14 | 231.19 | 0.72 | 0.52 |
| Hex | 2B | 45 | DC | 50 | 45 | 0 | E | E7 | 48 | 34 |
| Octal | 53 | 105 | 334 | 120 | 105 | 0 | 16 | 347 | 110 | 64 |
| Binary | 101011 | 1000101 | 11011100 | 1010000 | 1000101 | 0 | 1110 | 11100111 | 1001000 | 110100 |
Color Harmonies of #2B45DC
Complementary color
Monochromatic Colors of #2B45DC
Black with #2B45DC
Text Example
Text Example
White with #2B45DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B45DC; }
p { color: rgb(43,69,220); }
H1.HeaderClassName
{
color: #2B45DC;
}
.AnyTagClassName
{
color: #2B45DC;
}
</style>
background-color css
<style>
a { background-color: #2B45DC; }
a { background-color: rgb(43,69,220); }
div.DivClassName
{
background-color: #2B45DC;
}
.BgClassName
{
background-color: #2B45DC;
}
</style>
border-color css
<style>
span { border-color: #2B45DC; }
span { border-color: rgb(43,69,220); }
td.TdClassName
{
border-color: #2B45DC;
}
.TagClassName
{
border-color: #2B45DC;
}
</style>