Shades of Cerulean Blue #2B5BCB
Tints of Cerulean Blue #2B5BCB
RGB
CMYK
RGB Variations
Color information
#2B5BCB (or 0x2B5BCB) is known color: Cerulean Blue. HEX triplet: 2B, 5B and CB. RGB value is (43,91,203). Sum of RGB (Red+Green+Blue) = 43+91+203=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B5BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5BCB is #D4A434. Grayscale: #585858. Windows color (decimal): -13935669 or 13327147. OLE color: 13327147.
HSL color Cylindrical-coordinate representation of color #2B5BCB: hue angle of 222º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B5BCB is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 91 | 203 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.20 |
| HSL | 222º | 0.65% | 0.48% | - |
| HSV(B) | 222º | 0.79% | 0.8% | - |
| XYZ | 15.52 | 12.31 | 58.06 | - |
| YUV | 89.42 | 192.1 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 91 | 203 | 0.79 | 0.55 | 0 | 0.20 | 222 | 0.65 | 0.48 |
| Hex | 2B | 5B | CB | 4F | 37 | 0 | 14 | DE | 41 | 30 |
| Octal | 53 | 133 | 313 | 117 | 67 | 0 | 24 | 336 | 101 | 60 |
| Binary | 101011 | 1011011 | 11001011 | 1001111 | 110111 | 0 | 10100 | 11011110 | 1000001 | 110000 |
Color Harmonies of #2B5BCB
Complementary color
Monochromatic Colors of #2B5BCB
Black with #2B5BCB
Text Example
Text Example
White with #2B5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5BCB; }
p { color: rgb(43,91,203); }
H1.HeaderClassName
{
color: #2B5BCB;
}
.AnyTagClassName
{
color: #2B5BCB;
}
</style>
background-color css
<style>
a { background-color: #2B5BCB; }
a { background-color: rgb(43,91,203); }
div.DivClassName
{
background-color: #2B5BCB;
}
.BgClassName
{
background-color: #2B5BCB;
}
</style>
border-color css
<style>
span { border-color: #2B5BCB; }
span { border-color: rgb(43,91,203); }
td.TdClassName
{
border-color: #2B5BCB;
}
.TagClassName
{
border-color: #2B5BCB;
}
</style>