Shades of Cerulean Blue #2B4DD0
Tints of Cerulean Blue #2B4DD0
RGB
CMYK
RGB Variations
Color information
#2B4DD0 (or 0x2B4DD0) is known color: Cerulean Blue. HEX triplet: 2B, 4D and D0. RGB value is (43,77,208). Sum of RGB (Red+Green+Blue) = 43+77+208=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 208 (81.64% from 255 or 63.41% from 328); Max value from RGB is 208 - color contains mainly: blue. Hex color #2B4DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4DD0 is #D4B22F. Grayscale: #515151. Windows color (decimal): -13939248 or 13651243. OLE color: 13651243.
HSL color Cylindrical-coordinate representation of color #2B4DD0: hue angle of 227.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B4DD0 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 77 | 208 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.18 |
| HSL | 227.64º | 0.66% | 0.49% | - |
| HSV(B) | 227.64º | 0.79% | 0.82% | - |
| XYZ | 15.04 | 10.38 | 60.88 | - |
| YUV | 81.77 | 199.24 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 208 | 0.79 | 0.63 | 0 | 0.18 | 227.64 | 0.66 | 0.49 |
| Hex | 2B | 4D | D0 | 4F | 3F | 0 | 12 | E4 | 42 | 31 |
| Octal | 53 | 115 | 320 | 117 | 77 | 0 | 22 | 344 | 102 | 61 |
| Binary | 101011 | 1001101 | 11010000 | 1001111 | 111111 | 0 | 10010 | 11100100 | 1000010 | 110001 |
Color Harmonies of #2B4DD0
Complementary color
Monochromatic Colors of #2B4DD0
Black with #2B4DD0
Text Example
Text Example
White with #2B4DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4DD0; }
p { color: rgb(43,77,208); }
H1.HeaderClassName
{
color: #2B4DD0;
}
.AnyTagClassName
{
color: #2B4DD0;
}
</style>
background-color css
<style>
a { background-color: #2B4DD0; }
a { background-color: rgb(43,77,208); }
div.DivClassName
{
background-color: #2B4DD0;
}
.BgClassName
{
background-color: #2B4DD0;
}
</style>
border-color css
<style>
span { border-color: #2B4DD0; }
span { border-color: rgb(43,77,208); }
td.TdClassName
{
border-color: #2B4DD0;
}
.TagClassName
{
border-color: #2B4DD0;
}
</style>