Shades of Cerulean Blue #2B4BD9
Tints of Cerulean Blue #2B4BD9
RGB
CMYK
RGB Variations
Color information
#2B4BD9 (or 0x2B4BD9) is known color: Cerulean Blue. HEX triplet: 2B, 4B and D9. RGB value is (43,75,217). Sum of RGB (Red+Green+Blue) = 43+75+217=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 217 (85.16% from 255 or 64.78% from 335); Max value from RGB is 217 - color contains mainly: blue. Hex color #2B4BD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4BD9 is #D4B426. Grayscale: #515151. Windows color (decimal): -13939751 or 14240555. OLE color: 14240555.
HSL color Cylindrical-coordinate representation of color #2B4BD9: hue angle of 228.97º degrees, saturation: 0.7, 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 #2B4BD9 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 75 | 217 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.15 |
| HSL | 228.97º | 0.7% | 0.51% | - |
| HSV(B) | 228.97º | 0.8% | 0.85% | - |
| XYZ | 16.04 | 10.56 | 66.84 | - |
| YUV | 81.62 | 204.4 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 75 | 217 | 0.80 | 0.65 | 0 | 0.15 | 228.97 | 0.7 | 0.51 |
| Hex | 2B | 4B | D9 | 50 | 41 | 0 | F | E5 | 46 | 33 |
| Octal | 53 | 113 | 331 | 120 | 101 | 0 | 17 | 345 | 106 | 63 |
| Binary | 101011 | 1001011 | 11011001 | 1010000 | 1000001 | 0 | 1111 | 11100101 | 1000110 | 110011 |
Color Harmonies of #2B4BD9
Complementary color
Monochromatic Colors of #2B4BD9
Black with #2B4BD9
Text Example
Text Example
White with #2B4BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4BD9; }
p { color: rgb(43,75,217); }
H1.HeaderClassName
{
color: #2B4BD9;
}
.AnyTagClassName
{
color: #2B4BD9;
}
</style>
background-color css
<style>
a { background-color: #2B4BD9; }
a { background-color: rgb(43,75,217); }
div.DivClassName
{
background-color: #2B4BD9;
}
.BgClassName
{
background-color: #2B4BD9;
}
</style>
border-color css
<style>
span { border-color: #2B4BD9; }
span { border-color: rgb(43,75,217); }
td.TdClassName
{
border-color: #2B4BD9;
}
.TagClassName
{
border-color: #2B4BD9;
}
</style>