Shades of Cerulean Blue #2B5DB7
Tints of Cerulean Blue #2B5DB7
RGB
CMYK
RGB Variations
Color information
#2B5DB7 (or 0x2B5DB7) is known color: Cerulean Blue. HEX triplet: 2B, 5D and B7. RGB value is (43,93,183). Sum of RGB (Red+Green+Blue) = 43+93+183=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 183 (71.88% from 255 or 57.37% from 319); Max value from RGB is 183 - color contains mainly: blue. Hex color #2B5DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5DB7 is #D4A248. Grayscale: #575757. Windows color (decimal): -13935177 or 12016939. OLE color: 12016939.
HSL color Cylindrical-coordinate representation of color #2B5DB7: hue angle of 218.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B5DB7 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 93 | 183 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.28 |
| HSL | 218.57º | 0.62% | 0.44% | - |
| HSV(B) | 218.57º | 0.77% | 0.72% | - |
| XYZ | 13.46 | 11.76 | 46.36 | - |
| YUV | 88.31 | 181.44 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 93 | 183 | 0.77 | 0.49 | 0 | 0.28 | 218.57 | 0.62 | 0.44 |
| Hex | 2B | 5D | B7 | 4D | 31 | 0 | 1C | DB | 3E | 2C |
| Octal | 53 | 135 | 267 | 115 | 61 | 0 | 34 | 333 | 76 | 54 |
| Binary | 101011 | 1011101 | 10110111 | 1001101 | 110001 | 0 | 11100 | 11011011 | 111110 | 101100 |
Color Harmonies of #2B5DB7
Complementary color
Monochromatic Colors of #2B5DB7
Black with #2B5DB7
Text Example
Text Example
White with #2B5DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5DB7; }
p { color: rgb(43,93,183); }
H1.HeaderClassName
{
color: #2B5DB7;
}
.AnyTagClassName
{
color: #2B5DB7;
}
</style>
background-color css
<style>
a { background-color: #2B5DB7; }
a { background-color: rgb(43,93,183); }
div.DivClassName
{
background-color: #2B5DB7;
}
.BgClassName
{
background-color: #2B5DB7;
}
</style>
border-color css
<style>
span { border-color: #2B5DB7; }
span { border-color: rgb(43,93,183); }
td.TdClassName
{
border-color: #2B5DB7;
}
.TagClassName
{
border-color: #2B5DB7;
}
</style>