Shades of Cerulean Blue #2B4EDE
Tints of Cerulean Blue #2B4EDE
RGB
CMYK
RGB Variations
Color information
#2B4EDE (or 0x2B4EDE) is known color: Cerulean Blue. HEX triplet: 2B, 4E and DE. RGB value is (43,78,222). Sum of RGB (Red+Green+Blue) = 43+78+222=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #2B4EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4EDE is #D4B121. Grayscale: #535353. Windows color (decimal): -13938978 or 14569003. OLE color: 14569003.
HSL color Cylindrical-coordinate representation of color #2B4EDE: hue angle of 228.27º 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 #2B4EDE is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 78 | 222 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.13 |
| HSL | 228.27º | 0.73% | 0.52% | - |
| HSV(B) | 228.27º | 0.81% | 0.87% | - |
| XYZ | 16.91 | 11.24 | 70.39 | - |
| YUV | 83.95 | 205.9 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 78 | 222 | 0.81 | 0.65 | 0 | 0.13 | 228.27 | 0.73 | 0.52 |
| Hex | 2B | 4E | DE | 51 | 41 | 0 | D | E4 | 49 | 34 |
| Octal | 53 | 116 | 336 | 121 | 101 | 0 | 15 | 344 | 111 | 64 |
| Binary | 101011 | 1001110 | 11011110 | 1010001 | 1000001 | 0 | 1101 | 11100100 | 1001001 | 110100 |
Color Harmonies of #2B4EDE
Complementary color
Monochromatic Colors of #2B4EDE
Black with #2B4EDE
Text Example
Text Example
White with #2B4EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4EDE; }
p { color: rgb(43,78,222); }
H1.HeaderClassName
{
color: #2B4EDE;
}
.AnyTagClassName
{
color: #2B4EDE;
}
</style>
background-color css
<style>
a { background-color: #2B4EDE; }
a { background-color: rgb(43,78,222); }
div.DivClassName
{
background-color: #2B4EDE;
}
.BgClassName
{
background-color: #2B4EDE;
}
</style>
border-color css
<style>
span { border-color: #2B4EDE; }
span { border-color: rgb(43,78,222); }
td.TdClassName
{
border-color: #2B4EDE;
}
.TagClassName
{
border-color: #2B4EDE;
}
</style>