Shades of Cerulean Blue #2A50DC
Tints of Cerulean Blue #2A50DC
RGB
CMYK
RGB Variations
Color information
#2A50DC (or 0x2A50DC) is known color: Cerulean Blue. HEX triplet: 2A, 50 and DC. RGB value is (42,80,220). Sum of RGB (Red+Green+Blue) = 42+80+220=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A50DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A50DC is #D5AF23. Grayscale: #545454. Windows color (decimal): -14004004 or 14438442. OLE color: 14438442.
HSL color Cylindrical-coordinate representation of color #2A50DC: hue angle of 227.19º 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 #2A50DC is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 80 | 220 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.14 |
| HSL | 227.19º | 0.72% | 0.51% | - |
| HSV(B) | 227.19º | 0.81% | 0.86% | - |
| XYZ | 16.74 | 11.4 | 69.03 | - |
| YUV | 84.6 | 204.41 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 220 | 0.81 | 0.64 | 0 | 0.14 | 227.19 | 0.72 | 0.51 |
| Hex | 2A | 50 | DC | 51 | 40 | 0 | E | E3 | 48 | 33 |
| Octal | 52 | 120 | 334 | 121 | 100 | 0 | 16 | 343 | 110 | 63 |
| Binary | 101010 | 1010000 | 11011100 | 1010001 | 1000000 | 0 | 1110 | 11100011 | 1001000 | 110011 |
Color Harmonies of #2A50DC
Complementary color
Monochromatic Colors of #2A50DC
Black with #2A50DC
Text Example
Text Example
White with #2A50DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A50DC; }
p { color: rgb(42,80,220); }
H1.HeaderClassName
{
color: #2A50DC;
}
.AnyTagClassName
{
color: #2A50DC;
}
</style>
background-color css
<style>
a { background-color: #2A50DC; }
a { background-color: rgb(42,80,220); }
div.DivClassName
{
background-color: #2A50DC;
}
.BgClassName
{
background-color: #2A50DC;
}
</style>
border-color css
<style>
span { border-color: #2A50DC; }
span { border-color: rgb(42,80,220); }
td.TdClassName
{
border-color: #2A50DC;
}
.TagClassName
{
border-color: #2A50DC;
}
</style>