Shades of Cerulean Blue #2A50BA
Tints of Cerulean Blue #2A50BA
RGB
CMYK
RGB Variations
Color information
#2A50BA (or 0x2A50BA) is known color: Cerulean Blue. HEX triplet: 2A, 50 and BA. RGB value is (42,80,186). Sum of RGB (Red+Green+Blue) = 42+80+186=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A50BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A50BA is #D5AF45. Grayscale: #505050. Windows color (decimal): -14004038 or 12210218. OLE color: 12210218.
HSL color Cylindrical-coordinate representation of color #2A50BA: hue angle of 224.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A50BA is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 80 | 186 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.27 |
| HSL | 224.17º | 0.63% | 0.45% | - |
| HSV(B) | 224.17º | 0.77% | 0.73% | - |
| XYZ | 12.69 | 9.77 | 47.67 | - |
| YUV | 80.72 | 187.41 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 186 | 0.77 | 0.57 | 0 | 0.27 | 224.17 | 0.63 | 0.45 |
| Hex | 2A | 50 | BA | 4D | 39 | 0 | 1B | E0 | 3F | 2D |
| Octal | 52 | 120 | 272 | 115 | 71 | 0 | 33 | 340 | 77 | 55 |
| Binary | 101010 | 1010000 | 10111010 | 1001101 | 111001 | 0 | 11011 | 11100000 | 111111 | 101101 |
Color Harmonies of #2A50BA
Complementary color
Monochromatic Colors of #2A50BA
Black with #2A50BA
Text Example
Text Example
White with #2A50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A50BA; }
p { color: rgb(42,80,186); }
H1.HeaderClassName
{
color: #2A50BA;
}
.AnyTagClassName
{
color: #2A50BA;
}
</style>
background-color css
<style>
a { background-color: #2A50BA; }
a { background-color: rgb(42,80,186); }
div.DivClassName
{
background-color: #2A50BA;
}
.BgClassName
{
background-color: #2A50BA;
}
</style>
border-color css
<style>
span { border-color: #2A50BA; }
span { border-color: rgb(42,80,186); }
td.TdClassName
{
border-color: #2A50BA;
}
.TagClassName
{
border-color: #2A50BA;
}
</style>