Shades of Cerulean Blue #2A4EDD
Tints of Cerulean Blue #2A4EDD
RGB
CMYK
RGB Variations
Color information
#2A4EDD (or 0x2A4EDD) is known color: Cerulean Blue. HEX triplet: 2A, 4E and DD. RGB value is (42,78,221). Sum of RGB (Red+Green+Blue) = 42+78+221=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A4EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4EDD is #D5B122. Grayscale: #525252. Windows color (decimal): -14004515 or 14503466. OLE color: 14503466.
HSL color Cylindrical-coordinate representation of color #2A4EDD: hue angle of 227.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A4EDD is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 78 | 221 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.13 |
| HSL | 227.93º | 0.72% | 0.52% | - |
| HSV(B) | 227.93º | 0.81% | 0.87% | - |
| XYZ | 16.73 | 11.16 | 69.68 | - |
| YUV | 83.54 | 205.57 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 221 | 0.81 | 0.65 | 0 | 0.13 | 227.93 | 0.72 | 0.52 |
| Hex | 2A | 4E | DD | 51 | 41 | 0 | D | E4 | 48 | 34 |
| Octal | 52 | 116 | 335 | 121 | 101 | 0 | 15 | 344 | 110 | 64 |
| Binary | 101010 | 1001110 | 11011101 | 1010001 | 1000001 | 0 | 1101 | 11100100 | 1001000 | 110100 |
Color Harmonies of #2A4EDD
Complementary color
Monochromatic Colors of #2A4EDD
Black with #2A4EDD
Text Example
Text Example
White with #2A4EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4EDD; }
p { color: rgb(42,78,221); }
H1.HeaderClassName
{
color: #2A4EDD;
}
.AnyTagClassName
{
color: #2A4EDD;
}
</style>
background-color css
<style>
a { background-color: #2A4EDD; }
a { background-color: rgb(42,78,221); }
div.DivClassName
{
background-color: #2A4EDD;
}
.BgClassName
{
background-color: #2A4EDD;
}
</style>
border-color css
<style>
span { border-color: #2A4EDD; }
span { border-color: rgb(42,78,221); }
td.TdClassName
{
border-color: #2A4EDD;
}
.TagClassName
{
border-color: #2A4EDD;
}
</style>