Shades of Cerulean Blue #2B5ACC
Tints of Cerulean Blue #2B5ACC
RGB
CMYK
RGB Variations
Color information
#2B5ACC (or 0x2B5ACC) is known color: Cerulean Blue. HEX triplet: 2B, 5A and CC. RGB value is (43,90,204). Sum of RGB (Red+Green+Blue) = 43+90+204=337 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.76% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B5ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5ACC is #D4A533. Grayscale: #585858. Windows color (decimal): -13935924 or 13392427. OLE color: 13392427.
HSL color Cylindrical-coordinate representation of color #2B5ACC: hue angle of 222.48º 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 #2B5ACC is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 90 | 204 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.2 |
| HSL | 222.48º | 0.65% | 0.48% | - |
| HSV(B) | 222.48º | 0.79% | 0.8% | - |
| XYZ | 15.55 | 12.19 | 58.66 | - |
| YUV | 88.94 | 192.93 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 204 | 0.79 | 0.56 | 0 | 0.2 | 222.48 | 0.65 | 0.48 |
| Hex | 2B | 5A | CC | 4F | 38 | 0 | 14 | DE | 41 | 30 |
| Octal | 53 | 132 | 314 | 117 | 70 | 0 | 24 | 336 | 101 | 60 |
| Binary | 101011 | 1011010 | 11001100 | 1001111 | 111000 | 0 | 10100 | 11011110 | 1000001 | 110000 |
Color Harmonies of #2B5ACC
Complementary color
Monochromatic Colors of #2B5ACC
Black with #2B5ACC
Text Example
Text Example
White with #2B5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5ACC; }
p { color: rgb(43,90,204); }
H1.HeaderClassName
{
color: #2B5ACC;
}
.AnyTagClassName
{
color: #2B5ACC;
}
</style>
background-color css
<style>
a { background-color: #2B5ACC; }
a { background-color: rgb(43,90,204); }
div.DivClassName
{
background-color: #2B5ACC;
}
.BgClassName
{
background-color: #2B5ACC;
}
</style>
border-color css
<style>
span { border-color: #2B5ACC; }
span { border-color: rgb(43,90,204); }
td.TdClassName
{
border-color: #2B5ACC;
}
.TagClassName
{
border-color: #2B5ACC;
}
</style>