Shades of Cerulean Blue #2A4ACE
Tints of Cerulean Blue #2A4ACE
RGB
CMYK
RGB Variations
Color information
#2A4ACE (or 0x2A4ACE) is known color: Cerulean Blue. HEX triplet: 2A, 4A and CE. RGB value is (42,74,206). Sum of RGB (Red+Green+Blue) = 42+74+206=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A4ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4ACE is #D5B531. Grayscale: #4E4E4E. Windows color (decimal): -14005554 or 13519402. OLE color: 13519402.
HSL color Cylindrical-coordinate representation of color #2A4ACE: hue angle of 228.29º 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 #2A4ACE is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 74 | 206 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.19 |
| HSL | 228.29º | 0.66% | 0.49% | - |
| HSV(B) | 228.29º | 0.8% | 0.81% | - |
| XYZ | 14.54 | 9.85 | 59.53 | - |
| YUV | 79.48 | 199.4 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 74 | 206 | 0.80 | 0.64 | 0 | 0.19 | 228.29 | 0.66 | 0.49 |
| Hex | 2A | 4A | CE | 50 | 40 | 0 | 13 | E4 | 42 | 31 |
| Octal | 52 | 112 | 316 | 120 | 100 | 0 | 23 | 344 | 102 | 61 |
| Binary | 101010 | 1001010 | 11001110 | 1010000 | 1000000 | 0 | 10011 | 11100100 | 1000010 | 110001 |
Color Harmonies of #2A4ACE
Complementary color
Monochromatic Colors of #2A4ACE
Black with #2A4ACE
Text Example
Text Example
White with #2A4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4ACE; }
p { color: rgb(42,74,206); }
H1.HeaderClassName
{
color: #2A4ACE;
}
.AnyTagClassName
{
color: #2A4ACE;
}
</style>
background-color css
<style>
a { background-color: #2A4ACE; }
a { background-color: rgb(42,74,206); }
div.DivClassName
{
background-color: #2A4ACE;
}
.BgClassName
{
background-color: #2A4ACE;
}
</style>
border-color css
<style>
span { border-color: #2A4ACE; }
span { border-color: rgb(42,74,206); }
td.TdClassName
{
border-color: #2A4ACE;
}
.TagClassName
{
border-color: #2A4ACE;
}
</style>