Shades of Cerulean Blue #2A4EDF
Tints of Cerulean Blue #2A4EDF
RGB
CMYK
RGB Variations
Color information
#2A4EDF (or 0x2A4EDF) is known color: Cerulean Blue. HEX triplet: 2A, 4E and DF. RGB value is (42,78,223). Sum of RGB (Red+Green+Blue) = 42+78+223=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #2A4EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4EDF is #D5B120. Grayscale: #535353. Windows color (decimal): -14004513 or 14634538. OLE color: 14634538.
HSL color Cylindrical-coordinate representation of color #2A4EDF: hue angle of 228.07º degrees, saturation: 0.74, 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 #2A4EDF is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 78 | 223 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.13 |
| HSL | 228.07º | 0.74% | 0.52% | - |
| HSV(B) | 228.07º | 0.81% | 0.87% | - |
| XYZ | 17 | 11.27 | 71.09 | - |
| YUV | 83.77 | 206.57 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 223 | 0.81 | 0.65 | 0 | 0.13 | 228.07 | 0.74 | 0.52 |
| Hex | 2A | 4E | DF | 51 | 41 | 0 | D | E4 | 4A | 34 |
| Octal | 52 | 116 | 337 | 121 | 101 | 0 | 15 | 344 | 112 | 64 |
| Binary | 101010 | 1001110 | 11011111 | 1010001 | 1000001 | 0 | 1101 | 11100100 | 1001010 | 110100 |
Color Harmonies of #2A4EDF
Complementary color
Monochromatic Colors of #2A4EDF
Black with #2A4EDF
Text Example
Text Example
White with #2A4EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4EDF; }
p { color: rgb(42,78,223); }
H1.HeaderClassName
{
color: #2A4EDF;
}
.AnyTagClassName
{
color: #2A4EDF;
}
</style>
background-color css
<style>
a { background-color: #2A4EDF; }
a { background-color: rgb(42,78,223); }
div.DivClassName
{
background-color: #2A4EDF;
}
.BgClassName
{
background-color: #2A4EDF;
}
</style>
border-color css
<style>
span { border-color: #2A4EDF; }
span { border-color: rgb(42,78,223); }
td.TdClassName
{
border-color: #2A4EDF;
}
.TagClassName
{
border-color: #2A4EDF;
}
</style>