Shades of Cerulean Blue #2A50BE
Tints of Cerulean Blue #2A50BE
RGB
CMYK
RGB Variations
Color information
#2A50BE (or 0x2A50BE) is known color: Cerulean Blue. HEX triplet: 2A, 50 and BE. RGB value is (42,80,190). Sum of RGB (Red+Green+Blue) = 42+80+190=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A50BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A50BE is #D5AF41. Grayscale: #505050. Windows color (decimal): -14004034 or 12472362. OLE color: 12472362.
HSL color Cylindrical-coordinate representation of color #2A50BE: hue angle of 224.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A50BE is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 80 | 190 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.25 |
| HSL | 224.59º | 0.64% | 0.45% | - |
| HSV(B) | 224.59º | 0.78% | 0.75% | - |
| XYZ | 13.12 | 9.95 | 49.94 | - |
| YUV | 81.18 | 189.41 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 190 | 0.78 | 0.58 | 0 | 0.25 | 224.59 | 0.64 | 0.45 |
| Hex | 2A | 50 | BE | 4E | 3A | 0 | 19 | E1 | 40 | 2D |
| Octal | 52 | 120 | 276 | 116 | 72 | 0 | 31 | 341 | 100 | 55 |
| Binary | 101010 | 1010000 | 10111110 | 1001110 | 111010 | 0 | 11001 | 11100001 | 1000000 | 101101 |
Color Harmonies of #2A50BE
Complementary color
Monochromatic Colors of #2A50BE
Black with #2A50BE
Text Example
Text Example
White with #2A50BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A50BE; }
p { color: rgb(42,80,190); }
H1.HeaderClassName
{
color: #2A50BE;
}
.AnyTagClassName
{
color: #2A50BE;
}
</style>
background-color css
<style>
a { background-color: #2A50BE; }
a { background-color: rgb(42,80,190); }
div.DivClassName
{
background-color: #2A50BE;
}
.BgClassName
{
background-color: #2A50BE;
}
</style>
border-color css
<style>
span { border-color: #2A50BE; }
span { border-color: rgb(42,80,190); }
td.TdClassName
{
border-color: #2A50BE;
}
.TagClassName
{
border-color: #2A50BE;
}
</style>