Shades of Cerulean Blue #2A48CE
Tints of Cerulean Blue #2A48CE
RGB
CMYK
RGB Variations
Color information
#2A48CE (or 0x2A48CE) is known color: Cerulean Blue. HEX triplet: 2A, 48 and CE. RGB value is (42,72,206). Sum of RGB (Red+Green+Blue) = 42+72+206=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #2A48CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A48CE is #D5B731. Grayscale: #4D4D4D. Windows color (decimal): -14006066 or 13518890. OLE color: 13518890.
HSL color Cylindrical-coordinate representation of color #2A48CE: hue angle of 229.02º 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 #2A48CE is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 72 | 206 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.19 |
| HSL | 229.02º | 0.66% | 0.49% | - |
| HSV(B) | 229.02º | 0.8% | 0.81% | - |
| XYZ | 14.41 | 9.58 | 59.48 | - |
| YUV | 78.31 | 200.06 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 206 | 0.80 | 0.65 | 0 | 0.19 | 229.02 | 0.66 | 0.49 |
| Hex | 2A | 48 | CE | 50 | 41 | 0 | 13 | E5 | 42 | 31 |
| Octal | 52 | 110 | 316 | 120 | 101 | 0 | 23 | 345 | 102 | 61 |
| Binary | 101010 | 1001000 | 11001110 | 1010000 | 1000001 | 0 | 10011 | 11100101 | 1000010 | 110001 |
Color Harmonies of #2A48CE
Complementary color
Monochromatic Colors of #2A48CE
Black with #2A48CE
Text Example
Text Example
White with #2A48CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A48CE; }
p { color: rgb(42,72,206); }
H1.HeaderClassName
{
color: #2A48CE;
}
.AnyTagClassName
{
color: #2A48CE;
}
</style>
background-color css
<style>
a { background-color: #2A48CE; }
a { background-color: rgb(42,72,206); }
div.DivClassName
{
background-color: #2A48CE;
}
.BgClassName
{
background-color: #2A48CE;
}
</style>
border-color css
<style>
span { border-color: #2A48CE; }
span { border-color: rgb(42,72,206); }
td.TdClassName
{
border-color: #2A48CE;
}
.TagClassName
{
border-color: #2A48CE;
}
</style>