Shades of Cerulean Blue #2B4DD8
Tints of Cerulean Blue #2B4DD8
RGB
CMYK
RGB Variations
Color information
#2B4DD8 (or 0x2B4DD8) is known color: Cerulean Blue. HEX triplet: 2B, 4D and D8. RGB value is (43,77,216). Sum of RGB (Red+Green+Blue) = 43+77+216=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 216 (84.77% from 255 or 64.29% from 336); Max value from RGB is 216 - color contains mainly: blue. Hex color #2B4DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4DD8 is #D4B227. Grayscale: #525252. Windows color (decimal): -13939240 or 14175531. OLE color: 14175531.
HSL color Cylindrical-coordinate representation of color #2B4DD8: hue angle of 228.21º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B4DD8 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 77 | 216 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.15 |
| HSL | 228.21º | 0.69% | 0.51% | - |
| HSV(B) | 228.21º | 0.8% | 0.85% | - |
| XYZ | 16.04 | 10.78 | 66.2 | - |
| YUV | 82.68 | 203.24 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 216 | 0.80 | 0.64 | 0 | 0.15 | 228.21 | 0.69 | 0.51 |
| Hex | 2B | 4D | D8 | 50 | 40 | 0 | F | E4 | 45 | 33 |
| Octal | 53 | 115 | 330 | 120 | 100 | 0 | 17 | 344 | 105 | 63 |
| Binary | 101011 | 1001101 | 11011000 | 1010000 | 1000000 | 0 | 1111 | 11100100 | 1000101 | 110011 |
Color Harmonies of #2B4DD8
Complementary color
Monochromatic Colors of #2B4DD8
Black with #2B4DD8
Text Example
Text Example
White with #2B4DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4DD8; }
p { color: rgb(43,77,216); }
H1.HeaderClassName
{
color: #2B4DD8;
}
.AnyTagClassName
{
color: #2B4DD8;
}
</style>
background-color css
<style>
a { background-color: #2B4DD8; }
a { background-color: rgb(43,77,216); }
div.DivClassName
{
background-color: #2B4DD8;
}
.BgClassName
{
background-color: #2B4DD8;
}
</style>
border-color css
<style>
span { border-color: #2B4DD8; }
span { border-color: rgb(43,77,216); }
td.TdClassName
{
border-color: #2B4DD8;
}
.TagClassName
{
border-color: #2B4DD8;
}
</style>