Shades of Cerulean Blue #2A51B5
Tints of Cerulean Blue #2A51B5
RGB
CMYK
RGB Variations
Color information
#2A51B5 (or 0x2A51B5) is known color: Cerulean Blue. HEX triplet: 2A, 51 and B5. RGB value is (42,81,181). Sum of RGB (Red+Green+Blue) = 42+81+181=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 181 (71.09% from 255 or 59.54% from 304); Max value from RGB is 181 - color contains mainly: blue. Hex color #2A51B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A51B5 is #D5AE4A. Grayscale: #505050. Windows color (decimal): -14003787 or 11882794. OLE color: 11882794.
HSL color Cylindrical-coordinate representation of color #2A51B5: hue angle of 223.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A51B5 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 81 | 181 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.29 |
| HSL | 223.17º | 0.62% | 0.44% | - |
| HSV(B) | 223.17º | 0.77% | 0.71% | - |
| XYZ | 12.24 | 9.71 | 44.95 | - |
| YUV | 80.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 181 | 0.77 | 0.55 | 0 | 0.29 | 223.17 | 0.62 | 0.44 |
| Hex | 2A | 51 | B5 | 4D | 37 | 0 | 1D | DF | 3E | 2C |
| Octal | 52 | 121 | 265 | 115 | 67 | 0 | 35 | 337 | 76 | 54 |
| Binary | 101010 | 1010001 | 10110101 | 1001101 | 110111 | 0 | 11101 | 11011111 | 111110 | 101100 |
Color Harmonies of #2A51B5
Complementary color
Monochromatic Colors of #2A51B5
Black with #2A51B5
Text Example
Text Example
White with #2A51B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A51B5; }
p { color: rgb(42,81,181); }
H1.HeaderClassName
{
color: #2A51B5;
}
.AnyTagClassName
{
color: #2A51B5;
}
</style>
background-color css
<style>
a { background-color: #2A51B5; }
a { background-color: rgb(42,81,181); }
div.DivClassName
{
background-color: #2A51B5;
}
.BgClassName
{
background-color: #2A51B5;
}
</style>
border-color css
<style>
span { border-color: #2A51B5; }
span { border-color: rgb(42,81,181); }
td.TdClassName
{
border-color: #2A51B5;
}
.TagClassName
{
border-color: #2A51B5;
}
</style>