Shades of Cerulean Blue #2B4DD6
Tints of Cerulean Blue #2B4DD6
RGB
CMYK
RGB Variations
Color information
#2B4DD6 (or 0x2B4DD6) is known color: Cerulean Blue. HEX triplet: 2B, 4D and D6. RGB value is (43,77,214). Sum of RGB (Red+Green+Blue) = 43+77+214=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 214 (83.98% from 255 or 64.07% from 334); Max value from RGB is 214 - color contains mainly: blue. Hex color #2B4DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4DD6 is #D4B229. Grayscale: #515151. Windows color (decimal): -13939242 or 14044459. OLE color: 14044459.
HSL color Cylindrical-coordinate representation of color #2B4DD6: hue angle of 228.07º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B4DD6 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 77 | 214 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.16 |
| HSL | 228.07º | 0.68% | 0.5% | - |
| HSV(B) | 228.07º | 0.8% | 0.84% | - |
| XYZ | 15.79 | 10.68 | 64.85 | - |
| YUV | 82.45 | 202.24 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 214 | 0.80 | 0.64 | 0 | 0.16 | 228.07 | 0.68 | 0.5 |
| Hex | 2B | 4D | D6 | 50 | 40 | 0 | 10 | E4 | 44 | 32 |
| Octal | 53 | 115 | 326 | 120 | 100 | 0 | 20 | 344 | 104 | 62 |
| Binary | 101011 | 1001101 | 11010110 | 1010000 | 1000000 | 0 | 10000 | 11100100 | 1000100 | 110010 |
Color Harmonies of #2B4DD6
Complementary color
Monochromatic Colors of #2B4DD6
Black with #2B4DD6
Text Example
Text Example
White with #2B4DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4DD6; }
p { color: rgb(43,77,214); }
H1.HeaderClassName
{
color: #2B4DD6;
}
.AnyTagClassName
{
color: #2B4DD6;
}
</style>
background-color css
<style>
a { background-color: #2B4DD6; }
a { background-color: rgb(43,77,214); }
div.DivClassName
{
background-color: #2B4DD6;
}
.BgClassName
{
background-color: #2B4DD6;
}
</style>
border-color css
<style>
span { border-color: #2B4DD6; }
span { border-color: rgb(43,77,214); }
td.TdClassName
{
border-color: #2B4DD6;
}
.TagClassName
{
border-color: #2B4DD6;
}
</style>