Shades of Cerulean Blue #2A50BB
Tints of Cerulean Blue #2A50BB
RGB
CMYK
RGB Variations
Color information
#2A50BB (or 0x2A50BB) is known color: Cerulean Blue. HEX triplet: 2A, 50 and BB. RGB value is (42,80,187). Sum of RGB (Red+Green+Blue) = 42+80+187=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A50BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A50BB is #D5AF44. Grayscale: #505050. Windows color (decimal): -14004037 or 12275754. OLE color: 12275754.
HSL color Cylindrical-coordinate representation of color #2A50BB: hue angle of 224.28º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A50BB is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 80 | 187 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.27 |
| HSL | 224.28º | 0.63% | 0.45% | - |
| HSV(B) | 224.28º | 0.78% | 0.73% | - |
| XYZ | 12.79 | 9.82 | 48.23 | - |
| YUV | 80.84 | 187.91 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 187 | 0.78 | 0.57 | 0 | 0.27 | 224.28 | 0.63 | 0.45 |
| Hex | 2A | 50 | BB | 4E | 39 | 0 | 1B | E0 | 3F | 2D |
| Octal | 52 | 120 | 273 | 116 | 71 | 0 | 33 | 340 | 77 | 55 |
| Binary | 101010 | 1010000 | 10111011 | 1001110 | 111001 | 0 | 11011 | 11100000 | 111111 | 101101 |
Color Harmonies of #2A50BB
Complementary color
Monochromatic Colors of #2A50BB
Black with #2A50BB
Text Example
Text Example
White with #2A50BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A50BB; }
p { color: rgb(42,80,187); }
H1.HeaderClassName
{
color: #2A50BB;
}
.AnyTagClassName
{
color: #2A50BB;
}
</style>
background-color css
<style>
a { background-color: #2A50BB; }
a { background-color: rgb(42,80,187); }
div.DivClassName
{
background-color: #2A50BB;
}
.BgClassName
{
background-color: #2A50BB;
}
</style>
border-color css
<style>
span { border-color: #2A50BB; }
span { border-color: rgb(42,80,187); }
td.TdClassName
{
border-color: #2A50BB;
}
.TagClassName
{
border-color: #2A50BB;
}
</style>