Shades of Cerulean Blue #2A47DD
Tints of Cerulean Blue #2A47DD
RGB
CMYK
RGB Variations
Color information
#2A47DD (or 0x2A47DD) is known color: Cerulean Blue. HEX triplet: 2A, 47 and DD. RGB value is (42,71,221). Sum of RGB (Red+Green+Blue) = 42+71+221=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A47DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A47DD is #D5B822. Grayscale: #4E4E4E. Windows color (decimal): -14006307 or 14501674. OLE color: 14501674.
HSL color Cylindrical-coordinate representation of color #2A47DD: hue angle of 230.28º 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 #2A47DD is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 71 | 221 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.13 |
| HSL | 230.28º | 0.72% | 0.52% | - |
| HSV(B) | 230.28º | 0.81% | 0.87% | - |
| XYZ | 16.26 | 10.22 | 69.52 | - |
| YUV | 79.43 | 207.89 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 221 | 0.81 | 0.68 | 0 | 0.13 | 230.28 | 0.72 | 0.52 |
| Hex | 2A | 47 | DD | 51 | 44 | 0 | D | E6 | 48 | 34 |
| Octal | 52 | 107 | 335 | 121 | 104 | 0 | 15 | 346 | 110 | 64 |
| Binary | 101010 | 1000111 | 11011101 | 1010001 | 1000100 | 0 | 1101 | 11100110 | 1001000 | 110100 |
Color Harmonies of #2A47DD
Complementary color
Monochromatic Colors of #2A47DD
Black with #2A47DD
Text Example
Text Example
White with #2A47DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A47DD; }
p { color: rgb(42,71,221); }
H1.HeaderClassName
{
color: #2A47DD;
}
.AnyTagClassName
{
color: #2A47DD;
}
</style>
background-color css
<style>
a { background-color: #2A47DD; }
a { background-color: rgb(42,71,221); }
div.DivClassName
{
background-color: #2A47DD;
}
.BgClassName
{
background-color: #2A47DD;
}
</style>
border-color css
<style>
span { border-color: #2A47DD; }
span { border-color: rgb(42,71,221); }
td.TdClassName
{
border-color: #2A47DD;
}
.TagClassName
{
border-color: #2A47DD;
}
</style>