Shades of Cerulean Blue #2B5EBA
Tints of Cerulean Blue #2B5EBA
RGB
CMYK
RGB Variations
Color information
#2B5EBA (or 0x2B5EBA) is known color: Cerulean Blue. HEX triplet: 2B, 5E and BA. RGB value is (43,94,186). Sum of RGB (Red+Green+Blue) = 43+94+186=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B5EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5EBA is #D4A145. Grayscale: #585858. Windows color (decimal): -13934918 or 12213803. OLE color: 12213803.
HSL color Cylindrical-coordinate representation of color #2B5EBA: hue angle of 218.6º 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 #2B5EBA is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 94 | 186 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.27 |
| HSL | 218.6º | 0.62% | 0.45% | - |
| HSV(B) | 218.6º | 0.77% | 0.73% | - |
| XYZ | 13.86 | 12.06 | 48.05 | - |
| YUV | 89.24 | 182.6 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 94 | 186 | 0.77 | 0.49 | 0 | 0.27 | 218.6 | 0.62 | 0.45 |
| Hex | 2B | 5E | BA | 4D | 31 | 0 | 1B | DB | 3E | 2D |
| Octal | 53 | 136 | 272 | 115 | 61 | 0 | 33 | 333 | 76 | 55 |
| Binary | 101011 | 1011110 | 10111010 | 1001101 | 110001 | 0 | 11011 | 11011011 | 111110 | 101101 |
Color Harmonies of #2B5EBA
Complementary color
Monochromatic Colors of #2B5EBA
Black with #2B5EBA
Text Example
Text Example
White with #2B5EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5EBA; }
p { color: rgb(43,94,186); }
H1.HeaderClassName
{
color: #2B5EBA;
}
.AnyTagClassName
{
color: #2B5EBA;
}
</style>
background-color css
<style>
a { background-color: #2B5EBA; }
a { background-color: rgb(43,94,186); }
div.DivClassName
{
background-color: #2B5EBA;
}
.BgClassName
{
background-color: #2B5EBA;
}
</style>
border-color css
<style>
span { border-color: #2B5EBA; }
span { border-color: rgb(43,94,186); }
td.TdClassName
{
border-color: #2B5EBA;
}
.TagClassName
{
border-color: #2B5EBA;
}
</style>