Shades of Cerulean Blue #2B5ECE
Tints of Cerulean Blue #2B5ECE
RGB
CMYK
RGB Variations
Color information
#2B5ECE (or 0x2B5ECE) is known color: Cerulean Blue. HEX triplet: 2B, 5E and CE. RGB value is (43,94,206). Sum of RGB (Red+Green+Blue) = 43+94+206=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B5ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5ECE is #D4A131. Grayscale: #5B5B5B. Windows color (decimal): -13934898 or 13524523. OLE color: 13524523.
HSL color Cylindrical-coordinate representation of color #2B5ECE: hue angle of 221.23º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B5ECE is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 94 | 206 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.19 |
| HSL | 221.23º | 0.65% | 0.49% | - |
| HSV(B) | 221.23º | 0.79% | 0.81% | - |
| XYZ | 16.14 | 12.98 | 60.05 | - |
| YUV | 91.52 | 192.6 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 94 | 206 | 0.79 | 0.54 | 0 | 0.19 | 221.23 | 0.65 | 0.49 |
| Hex | 2B | 5E | CE | 4F | 36 | 0 | 13 | DD | 41 | 31 |
| Octal | 53 | 136 | 316 | 117 | 66 | 0 | 23 | 335 | 101 | 61 |
| Binary | 101011 | 1011110 | 11001110 | 1001111 | 110110 | 0 | 10011 | 11011101 | 1000001 | 110001 |
Color Harmonies of #2B5ECE
Complementary color
Monochromatic Colors of #2B5ECE
Black with #2B5ECE
Text Example
Text Example
White with #2B5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5ECE; }
p { color: rgb(43,94,206); }
H1.HeaderClassName
{
color: #2B5ECE;
}
.AnyTagClassName
{
color: #2B5ECE;
}
</style>
background-color css
<style>
a { background-color: #2B5ECE; }
a { background-color: rgb(43,94,206); }
div.DivClassName
{
background-color: #2B5ECE;
}
.BgClassName
{
background-color: #2B5ECE;
}
</style>
border-color css
<style>
span { border-color: #2B5ECE; }
span { border-color: rgb(43,94,206); }
td.TdClassName
{
border-color: #2B5ECE;
}
.TagClassName
{
border-color: #2B5ECE;
}
</style>