Shades of Cerulean Blue #2A48DC
Tints of Cerulean Blue #2A48DC
RGB
CMYK
RGB Variations
Color information
#2A48DC (or 0x2A48DC) is known color: Cerulean Blue. HEX triplet: 2A, 48 and DC. RGB value is (42,72,220). Sum of RGB (Red+Green+Blue) = 42+72+220=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A48DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A48DC is #D5B723. Grayscale: #4F4F4F. Windows color (decimal): -14006052 or 14436394. OLE color: 14436394.
HSL color Cylindrical-coordinate representation of color #2A48DC: hue angle of 229.89º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A48DC is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 72 | 220 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.14 |
| HSL | 229.89º | 0.72% | 0.51% | - |
| HSV(B) | 229.89º | 0.81% | 0.86% | - |
| XYZ | 16.19 | 10.29 | 68.84 | - |
| YUV | 79.9 | 207.06 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 220 | 0.81 | 0.67 | 0 | 0.14 | 229.89 | 0.72 | 0.51 |
| Hex | 2A | 48 | DC | 51 | 43 | 0 | E | E6 | 48 | 33 |
| Octal | 52 | 110 | 334 | 121 | 103 | 0 | 16 | 346 | 110 | 63 |
| Binary | 101010 | 1001000 | 11011100 | 1010001 | 1000011 | 0 | 1110 | 11100110 | 1001000 | 110011 |
Color Harmonies of #2A48DC
Complementary color
Monochromatic Colors of #2A48DC
Black with #2A48DC
Text Example
Text Example
White with #2A48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A48DC; }
p { color: rgb(42,72,220); }
H1.HeaderClassName
{
color: #2A48DC;
}
.AnyTagClassName
{
color: #2A48DC;
}
</style>
background-color css
<style>
a { background-color: #2A48DC; }
a { background-color: rgb(42,72,220); }
div.DivClassName
{
background-color: #2A48DC;
}
.BgClassName
{
background-color: #2A48DC;
}
</style>
border-color css
<style>
span { border-color: #2A48DC; }
span { border-color: rgb(42,72,220); }
td.TdClassName
{
border-color: #2A48DC;
}
.TagClassName
{
border-color: #2A48DC;
}
</style>