Shades of Cerulean Blue #2A5BBA
Tints of Cerulean Blue #2A5BBA
RGB
CMYK
RGB Variations
Color information
#2A5BBA (or 0x2A5BBA) is known color: Cerulean Blue. HEX triplet: 2A, 5B and BA. RGB value is (42,91,186). Sum of RGB (Red+Green+Blue) = 42+91+186=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A5BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5BBA is #D5A445. Grayscale: #565656. Windows color (decimal): -14001222 or 12213034. OLE color: 12213034.
HSL color Cylindrical-coordinate representation of color #2A5BBA: hue angle of 219.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A5BBA is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 91 | 186 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.27 |
| HSL | 219.58º | 0.63% | 0.45% | - |
| HSV(B) | 219.58º | 0.77% | 0.73% | - |
| XYZ | 13.56 | 11.52 | 47.96 | - |
| YUV | 87.18 | 183.77 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 91 | 186 | 0.77 | 0.51 | 0 | 0.27 | 219.58 | 0.63 | 0.45 |
| Hex | 2A | 5B | BA | 4D | 33 | 0 | 1B | DC | 3F | 2D |
| Octal | 52 | 133 | 272 | 115 | 63 | 0 | 33 | 334 | 77 | 55 |
| Binary | 101010 | 1011011 | 10111010 | 1001101 | 110011 | 0 | 11011 | 11011100 | 111111 | 101101 |
Color Harmonies of #2A5BBA
Complementary color
Monochromatic Colors of #2A5BBA
Black with #2A5BBA
Text Example
Text Example
White with #2A5BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5BBA; }
p { color: rgb(42,91,186); }
H1.HeaderClassName
{
color: #2A5BBA;
}
.AnyTagClassName
{
color: #2A5BBA;
}
</style>
background-color css
<style>
a { background-color: #2A5BBA; }
a { background-color: rgb(42,91,186); }
div.DivClassName
{
background-color: #2A5BBA;
}
.BgClassName
{
background-color: #2A5BBA;
}
</style>
border-color css
<style>
span { border-color: #2A5BBA; }
span { border-color: rgb(42,91,186); }
td.TdClassName
{
border-color: #2A5BBA;
}
.TagClassName
{
border-color: #2A5BBA;
}
</style>