Shades of Cerulean Blue #2A5EBB
Tints of Cerulean Blue #2A5EBB
RGB
CMYK
RGB Variations
Color information
#2A5EBB (or 0x2A5EBB) is known color: Cerulean Blue. HEX triplet: 2A, 5E and BB. RGB value is (42,94,187). Sum of RGB (Red+Green+Blue) = 42+94+187=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A5EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5EBB is #D5A144. Grayscale: #585858. Windows color (decimal): -14000453 or 12279338. OLE color: 12279338.
HSL color Cylindrical-coordinate representation of color #2A5EBB: hue angle of 218.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A5EBB is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 94 | 187 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.27 |
| HSL | 218.48º | 0.63% | 0.45% | - |
| HSV(B) | 218.48º | 0.78% | 0.73% | - |
| XYZ | 13.93 | 12.09 | 48.61 | - |
| YUV | 89.05 | 183.27 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 94 | 187 | 0.78 | 0.50 | 0 | 0.27 | 218.48 | 0.63 | 0.45 |
| Hex | 2A | 5E | BB | 4E | 32 | 0 | 1B | DA | 3F | 2D |
| Octal | 52 | 136 | 273 | 116 | 62 | 0 | 33 | 332 | 77 | 55 |
| Binary | 101010 | 1011110 | 10111011 | 1001110 | 110010 | 0 | 11011 | 11011010 | 111111 | 101101 |
Color Harmonies of #2A5EBB
Complementary color
Monochromatic Colors of #2A5EBB
Black with #2A5EBB
Text Example
Text Example
White with #2A5EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5EBB; }
p { color: rgb(42,94,187); }
H1.HeaderClassName
{
color: #2A5EBB;
}
.AnyTagClassName
{
color: #2A5EBB;
}
</style>
background-color css
<style>
a { background-color: #2A5EBB; }
a { background-color: rgb(42,94,187); }
div.DivClassName
{
background-color: #2A5EBB;
}
.BgClassName
{
background-color: #2A5EBB;
}
</style>
border-color css
<style>
span { border-color: #2A5EBB; }
span { border-color: rgb(42,94,187); }
td.TdClassName
{
border-color: #2A5EBB;
}
.TagClassName
{
border-color: #2A5EBB;
}
</style>