Shades of Cerulean Blue #2B54B9
Tints of Cerulean Blue #2B54B9
RGB
CMYK
RGB Variations
Color information
#2B54B9 (or 0x2B54B9) is known color: Cerulean Blue. HEX triplet: 2B, 54 and B9. RGB value is (43,84,185). Sum of RGB (Red+Green+Blue) = 43+84+185=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 185 (72.66% from 255 or 59.29% from 312); Max value from RGB is 185 - color contains mainly: blue. Hex color #2B54B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B54B9 is #D4AB46. Grayscale: #525252. Windows color (decimal): -13937479 or 12145707. OLE color: 12145707.
HSL color Cylindrical-coordinate representation of color #2B54B9: hue angle of 222.68º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B54B9 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 84 | 185 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.27 |
| HSL | 222.68º | 0.62% | 0.45% | - |
| HSV(B) | 222.68º | 0.77% | 0.73% | - |
| XYZ | 12.92 | 10.36 | 47.22 | - |
| YUV | 83.26 | 185.42 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 84 | 185 | 0.77 | 0.55 | 0 | 0.27 | 222.68 | 0.62 | 0.45 |
| Hex | 2B | 54 | B9 | 4D | 37 | 0 | 1B | DF | 3E | 2D |
| Octal | 53 | 124 | 271 | 115 | 67 | 0 | 33 | 337 | 76 | 55 |
| Binary | 101011 | 1010100 | 10111001 | 1001101 | 110111 | 0 | 11011 | 11011111 | 111110 | 101101 |
Color Harmonies of #2B54B9
Complementary color
Monochromatic Colors of #2B54B9
Black with #2B54B9
Text Example
Text Example
White with #2B54B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B54B9; }
p { color: rgb(43,84,185); }
H1.HeaderClassName
{
color: #2B54B9;
}
.AnyTagClassName
{
color: #2B54B9;
}
</style>
background-color css
<style>
a { background-color: #2B54B9; }
a { background-color: rgb(43,84,185); }
div.DivClassName
{
background-color: #2B54B9;
}
.BgClassName
{
background-color: #2B54B9;
}
</style>
border-color css
<style>
span { border-color: #2B54B9; }
span { border-color: rgb(43,84,185); }
td.TdClassName
{
border-color: #2B54B9;
}
.TagClassName
{
border-color: #2B54B9;
}
</style>