Shades of Cerulean Blue #2A51DA
Tints of Cerulean Blue #2A51DA
RGB
CMYK
RGB Variations
Color information
#2A51DA (or 0x2A51DA) is known color: Cerulean Blue. HEX triplet: 2A, 51 and DA. RGB value is (42,81,218). Sum of RGB (Red+Green+Blue) = 42+81+218=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A51DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A51DA is #D5AE25. Grayscale: #545454. Windows color (decimal): -14003750 or 14307626. OLE color: 14307626.
HSL color Cylindrical-coordinate representation of color #2A51DA: hue angle of 226.7º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A51DA is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 81 | 218 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.15 |
| HSL | 226.7º | 0.7% | 0.51% | - |
| HSV(B) | 226.7º | 0.81% | 0.85% | - |
| XYZ | 16.55 | 11.44 | 67.67 | - |
| YUV | 84.96 | 203.08 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 218 | 0.81 | 0.63 | 0 | 0.15 | 226.7 | 0.7 | 0.51 |
| Hex | 2A | 51 | DA | 51 | 3F | 0 | F | E3 | 46 | 33 |
| Octal | 52 | 121 | 332 | 121 | 77 | 0 | 17 | 343 | 106 | 63 |
| Binary | 101010 | 1010001 | 11011010 | 1010001 | 111111 | 0 | 1111 | 11100011 | 1000110 | 110011 |
Color Harmonies of #2A51DA
Complementary color
Monochromatic Colors of #2A51DA
Black with #2A51DA
Text Example
Text Example
White with #2A51DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A51DA; }
p { color: rgb(42,81,218); }
H1.HeaderClassName
{
color: #2A51DA;
}
.AnyTagClassName
{
color: #2A51DA;
}
</style>
background-color css
<style>
a { background-color: #2A51DA; }
a { background-color: rgb(42,81,218); }
div.DivClassName
{
background-color: #2A51DA;
}
.BgClassName
{
background-color: #2A51DA;
}
</style>
border-color css
<style>
span { border-color: #2A51DA; }
span { border-color: rgb(42,81,218); }
td.TdClassName
{
border-color: #2A51DA;
}
.TagClassName
{
border-color: #2A51DA;
}
</style>