Shades of Cerulean Blue #2A4DBB
Tints of Cerulean Blue #2A4DBB
RGB
CMYK
RGB Variations
Color information
#2A4DBB (or 0x2A4DBB) is known color: Cerulean Blue. HEX triplet: 2A, 4D and BB. RGB value is (42,77,187). Sum of RGB (Red+Green+Blue) = 42+77+187=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A4DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4DBB is #D5B244. Grayscale: #4E4E4E. Windows color (decimal): -14004805 or 12274986. OLE color: 12274986.
HSL color Cylindrical-coordinate representation of color #2A4DBB: hue angle of 225.52º 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 #2A4DBB is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 77 | 187 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.27 |
| HSL | 225.52º | 0.63% | 0.45% | - |
| HSV(B) | 225.52º | 0.78% | 0.73% | - |
| XYZ | 12.58 | 9.39 | 48.16 | - |
| YUV | 79.08 | 188.9 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 77 | 187 | 0.78 | 0.59 | 0 | 0.27 | 225.52 | 0.63 | 0.45 |
| Hex | 2A | 4D | BB | 4E | 3B | 0 | 1B | E2 | 3F | 2D |
| Octal | 52 | 115 | 273 | 116 | 73 | 0 | 33 | 342 | 77 | 55 |
| Binary | 101010 | 1001101 | 10111011 | 1001110 | 111011 | 0 | 11011 | 11100010 | 111111 | 101101 |
Color Harmonies of #2A4DBB
Complementary color
Monochromatic Colors of #2A4DBB
Black with #2A4DBB
Text Example
Text Example
White with #2A4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4DBB; }
p { color: rgb(42,77,187); }
H1.HeaderClassName
{
color: #2A4DBB;
}
.AnyTagClassName
{
color: #2A4DBB;
}
</style>
background-color css
<style>
a { background-color: #2A4DBB; }
a { background-color: rgb(42,77,187); }
div.DivClassName
{
background-color: #2A4DBB;
}
.BgClassName
{
background-color: #2A4DBB;
}
</style>
border-color css
<style>
span { border-color: #2A4DBB; }
span { border-color: rgb(42,77,187); }
td.TdClassName
{
border-color: #2A4DBB;
}
.TagClassName
{
border-color: #2A4DBB;
}
</style>