Shades of Cerulean Blue #2A50BC
Tints of Cerulean Blue #2A50BC
RGB
CMYK
RGB Variations
Color information
#2A50BC (or 0x2A50BC) is known color: Cerulean Blue. HEX triplet: 2A, 50 and BC. RGB value is (42,80,188). Sum of RGB (Red+Green+Blue) = 42+80+188=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A50BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A50BC is #D5AF43. Grayscale: #505050. Windows color (decimal): -14004036 or 12341290. OLE color: 12341290.
HSL color Cylindrical-coordinate representation of color #2A50BC: hue angle of 224.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A50BC is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 80 | 188 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.26 |
| HSL | 224.38º | 0.63% | 0.45% | - |
| HSV(B) | 224.38º | 0.78% | 0.74% | - |
| XYZ | 12.9 | 9.86 | 48.8 | - |
| YUV | 80.95 | 188.41 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 188 | 0.78 | 0.57 | 0 | 0.26 | 224.38 | 0.63 | 0.45 |
| Hex | 2A | 50 | BC | 4E | 39 | 0 | 1A | E0 | 3F | 2D |
| Octal | 52 | 120 | 274 | 116 | 71 | 0 | 32 | 340 | 77 | 55 |
| Binary | 101010 | 1010000 | 10111100 | 1001110 | 111001 | 0 | 11010 | 11100000 | 111111 | 101101 |
Color Harmonies of #2A50BC
Complementary color
Monochromatic Colors of #2A50BC
Black with #2A50BC
Text Example
Text Example
White with #2A50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A50BC; }
p { color: rgb(42,80,188); }
H1.HeaderClassName
{
color: #2A50BC;
}
.AnyTagClassName
{
color: #2A50BC;
}
</style>
background-color css
<style>
a { background-color: #2A50BC; }
a { background-color: rgb(42,80,188); }
div.DivClassName
{
background-color: #2A50BC;
}
.BgClassName
{
background-color: #2A50BC;
}
</style>
border-color css
<style>
span { border-color: #2A50BC; }
span { border-color: rgb(42,80,188); }
td.TdClassName
{
border-color: #2A50BC;
}
.TagClassName
{
border-color: #2A50BC;
}
</style>