Shades of Cerulean Blue #2A5EAC
Tints of Cerulean Blue #2A5EAC
RGB
CMYK
RGB Variations
Color information
#2A5EAC (or 0x2A5EAC) is known color: Cerulean Blue. HEX triplet: 2A, 5E and AC. RGB value is (42,94,172). Sum of RGB (Red+Green+Blue) = 42+94+172=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A5EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5EAC is #D5A153. Grayscale: #565656. Windows color (decimal): -14000468 or 11296298. OLE color: 11296298.
HSL color Cylindrical-coordinate representation of color #2A5EAC: hue angle of 216º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A5EAC is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 94 | 172 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.33 |
| HSL | 216º | 0.61% | 0.42% | - |
| HSV(B) | 216º | 0.76% | 0.67% | - |
| XYZ | 12.4 | 11.48 | 40.59 | - |
| YUV | 87.34 | 175.77 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 94 | 172 | 0.76 | 0.45 | 0 | 0.33 | 216 | 0.61 | 0.42 |
| Hex | 2A | 5E | AC | 4C | 2D | 0 | 21 | D8 | 3D | 2A |
| Octal | 52 | 136 | 254 | 114 | 55 | 0 | 41 | 330 | 75 | 52 |
| Binary | 101010 | 1011110 | 10101100 | 1001100 | 101101 | 0 | 100001 | 11011000 | 111101 | 101010 |
Color Harmonies of #2A5EAC
Complementary color
Monochromatic Colors of #2A5EAC
Black with #2A5EAC
Text Example
Text Example
White with #2A5EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5EAC; }
p { color: rgb(42,94,172); }
H1.HeaderClassName
{
color: #2A5EAC;
}
.AnyTagClassName
{
color: #2A5EAC;
}
</style>
background-color css
<style>
a { background-color: #2A5EAC; }
a { background-color: rgb(42,94,172); }
div.DivClassName
{
background-color: #2A5EAC;
}
.BgClassName
{
background-color: #2A5EAC;
}
</style>
border-color css
<style>
span { border-color: #2A5EAC; }
span { border-color: rgb(42,94,172); }
td.TdClassName
{
border-color: #2A5EAC;
}
.TagClassName
{
border-color: #2A5EAC;
}
</style>