Shades of Cerulean Blue #2A4ECF
Tints of Cerulean Blue #2A4ECF
RGB
CMYK
RGB Variations
Color information
#2A4ECF (or 0x2A4ECF) is known color: Cerulean Blue. HEX triplet: 2A, 4E and CF. RGB value is (42,78,207). Sum of RGB (Red+Green+Blue) = 42+78+207=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #2A4ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4ECF is #D5B130. Grayscale: #515151. Windows color (decimal): -14004529 or 13585962. OLE color: 13585962.
HSL color Cylindrical-coordinate representation of color #2A4ECF: hue angle of 226.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A4ECF is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 78 | 207 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.19 |
| HSL | 226.91º | 0.66% | 0.49% | - |
| HSV(B) | 226.91º | 0.8% | 0.81% | - |
| XYZ | 14.94 | 10.45 | 60.26 | - |
| YUV | 81.94 | 198.57 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 207 | 0.80 | 0.62 | 0 | 0.19 | 226.91 | 0.66 | 0.49 |
| Hex | 2A | 4E | CF | 50 | 3E | 0 | 13 | E3 | 42 | 31 |
| Octal | 52 | 116 | 317 | 120 | 76 | 0 | 23 | 343 | 102 | 61 |
| Binary | 101010 | 1001110 | 11001111 | 1010000 | 111110 | 0 | 10011 | 11100011 | 1000010 | 110001 |
Color Harmonies of #2A4ECF
Complementary color
Monochromatic Colors of #2A4ECF
Black with #2A4ECF
Text Example
Text Example
White with #2A4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4ECF; }
p { color: rgb(42,78,207); }
H1.HeaderClassName
{
color: #2A4ECF;
}
.AnyTagClassName
{
color: #2A4ECF;
}
</style>
background-color css
<style>
a { background-color: #2A4ECF; }
a { background-color: rgb(42,78,207); }
div.DivClassName
{
background-color: #2A4ECF;
}
.BgClassName
{
background-color: #2A4ECF;
}
</style>
border-color css
<style>
span { border-color: #2A4ECF; }
span { border-color: rgb(42,78,207); }
td.TdClassName
{
border-color: #2A4ECF;
}
.TagClassName
{
border-color: #2A4ECF;
}
</style>