Shades of Cerulean Blue #2B4DDE
Tints of Cerulean Blue #2B4DDE
RGB
CMYK
RGB Variations
Color information
#2B4DDE (or 0x2B4DDE) is known color: Cerulean Blue. HEX triplet: 2B, 4D and DE. RGB value is (43,77,222). Sum of RGB (Red+Green+Blue) = 43+77+222=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #2B4DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4DDE is #D4B221. Grayscale: #525252. Windows color (decimal): -13939234 or 14568747. OLE color: 14568747.
HSL color Cylindrical-coordinate representation of color #2B4DDE: hue angle of 228.6º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B4DDE is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 77 | 222 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.13 |
| HSL | 228.6º | 0.73% | 0.52% | - |
| HSV(B) | 228.6º | 0.81% | 0.87% | - |
| XYZ | 16.83 | 11.1 | 70.36 | - |
| YUV | 83.36 | 206.24 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 77 | 222 | 0.81 | 0.65 | 0 | 0.13 | 228.6 | 0.73 | 0.52 |
| Hex | 2B | 4D | DE | 51 | 41 | 0 | D | E5 | 49 | 34 |
| Octal | 53 | 115 | 336 | 121 | 101 | 0 | 15 | 345 | 111 | 64 |
| Binary | 101011 | 1001101 | 11011110 | 1010001 | 1000001 | 0 | 1101 | 11100101 | 1001001 | 110100 |
Color Harmonies of #2B4DDE
Complementary color
Monochromatic Colors of #2B4DDE
Black with #2B4DDE
Text Example
Text Example
White with #2B4DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4DDE; }
p { color: rgb(43,77,222); }
H1.HeaderClassName
{
color: #2B4DDE;
}
.AnyTagClassName
{
color: #2B4DDE;
}
</style>
background-color css
<style>
a { background-color: #2B4DDE; }
a { background-color: rgb(43,77,222); }
div.DivClassName
{
background-color: #2B4DDE;
}
.BgClassName
{
background-color: #2B4DDE;
}
</style>
border-color css
<style>
span { border-color: #2B4DDE; }
span { border-color: rgb(43,77,222); }
td.TdClassName
{
border-color: #2B4DDE;
}
.TagClassName
{
border-color: #2B4DDE;
}
</style>