Shades of Cerulean Blue #2A4ED7
Tints of Cerulean Blue #2A4ED7
RGB
CMYK
RGB Variations
Color information
#2A4ED7 (or 0x2A4ED7) is known color: Cerulean Blue. HEX triplet: 2A, 4E and D7. RGB value is (42,78,215). Sum of RGB (Red+Green+Blue) = 42+78+215=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 215 (84.38% from 255 or 64.18% from 335); Max value from RGB is 215 - color contains mainly: blue. Hex color #2A4ED7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4ED7 is #D5B128. Grayscale: #525252. Windows color (decimal): -14004521 or 14110250. OLE color: 14110250.
HSL color Cylindrical-coordinate representation of color #2A4ED7: hue angle of 227.51º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A4ED7 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 78 | 215 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.16 |
| HSL | 227.51º | 0.68% | 0.5% | - |
| HSV(B) | 227.51º | 0.8% | 0.84% | - |
| XYZ | 15.94 | 10.85 | 65.54 | - |
| YUV | 82.85 | 202.57 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 215 | 0.80 | 0.64 | 0 | 0.16 | 227.51 | 0.68 | 0.5 |
| Hex | 2A | 4E | D7 | 50 | 40 | 0 | 10 | E4 | 44 | 32 |
| Octal | 52 | 116 | 327 | 120 | 100 | 0 | 20 | 344 | 104 | 62 |
| Binary | 101010 | 1001110 | 11010111 | 1010000 | 1000000 | 0 | 10000 | 11100100 | 1000100 | 110010 |
Color Harmonies of #2A4ED7
Complementary color
Monochromatic Colors of #2A4ED7
Black with #2A4ED7
Text Example
Text Example
White with #2A4ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4ED7; }
p { color: rgb(42,78,215); }
H1.HeaderClassName
{
color: #2A4ED7;
}
.AnyTagClassName
{
color: #2A4ED7;
}
</style>
background-color css
<style>
a { background-color: #2A4ED7; }
a { background-color: rgb(42,78,215); }
div.DivClassName
{
background-color: #2A4ED7;
}
.BgClassName
{
background-color: #2A4ED7;
}
</style>
border-color css
<style>
span { border-color: #2A4ED7; }
span { border-color: rgb(42,78,215); }
td.TdClassName
{
border-color: #2A4ED7;
}
.TagClassName
{
border-color: #2A4ED7;
}
</style>