Shades of Cerulean Blue #2B5DB5
Tints of Cerulean Blue #2B5DB5
RGB
CMYK
RGB Variations
Color information
#2B5DB5 (or 0x2B5DB5) is known color: Cerulean Blue. HEX triplet: 2B, 5D and B5. RGB value is (43,93,181). Sum of RGB (Red+Green+Blue) = 43+93+181=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #2B5DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5DB5 is #D4A24A. Grayscale: #575757. Windows color (decimal): -13935179 or 11885867. OLE color: 11885867.
HSL color Cylindrical-coordinate representation of color #2B5DB5: hue angle of 218.26º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B5DB5 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 93 | 181 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.29 |
| HSL | 218.26º | 0.62% | 0.44% | - |
| HSV(B) | 218.26º | 0.76% | 0.71% | - |
| XYZ | 13.25 | 11.68 | 45.27 | - |
| YUV | 88.08 | 180.44 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 93 | 181 | 0.76 | 0.49 | 0 | 0.29 | 218.26 | 0.62 | 0.44 |
| Hex | 2B | 5D | B5 | 4C | 31 | 0 | 1D | DA | 3E | 2C |
| Octal | 53 | 135 | 265 | 114 | 61 | 0 | 35 | 332 | 76 | 54 |
| Binary | 101011 | 1011101 | 10110101 | 1001100 | 110001 | 0 | 11101 | 11011010 | 111110 | 101100 |
Color Harmonies of #2B5DB5
Complementary color
Monochromatic Colors of #2B5DB5
Black with #2B5DB5
Text Example
Text Example
White with #2B5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5DB5; }
p { color: rgb(43,93,181); }
H1.HeaderClassName
{
color: #2B5DB5;
}
.AnyTagClassName
{
color: #2B5DB5;
}
</style>
background-color css
<style>
a { background-color: #2B5DB5; }
a { background-color: rgb(43,93,181); }
div.DivClassName
{
background-color: #2B5DB5;
}
.BgClassName
{
background-color: #2B5DB5;
}
</style>
border-color css
<style>
span { border-color: #2B5DB5; }
span { border-color: rgb(43,93,181); }
td.TdClassName
{
border-color: #2B5DB5;
}
.TagClassName
{
border-color: #2B5DB5;
}
</style>