Shades of Cerulean Blue #2D50BC
Tints of Cerulean Blue #2D50BC
RGB
CMYK
RGB Variations
Color information
#2D50BC (or 0x2D50BC) is known color: Cerulean Blue. HEX triplet: 2D, 50 and BC. RGB value is (45,80,188). Sum of RGB (Red+Green+Blue) = 45+80+188=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D50BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D50BC is #D2AF43. Grayscale: #515151. Windows color (decimal): -13807428 or 12341293. OLE color: 12341293.
HSL color Cylindrical-coordinate representation of color #2D50BC: hue angle of 225.31º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D50BC is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 80 | 188 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.26 |
| HSL | 225.31º | 0.61% | 0.46% | - |
| HSV(B) | 225.31º | 0.76% | 0.74% | - |
| XYZ | 13.03 | 9.93 | 48.81 | - |
| YUV | 81.85 | 187.9 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 188 | 0.76 | 0.57 | 0 | 0.26 | 225.31 | 0.61 | 0.46 |
| Hex | 2D | 50 | BC | 4C | 39 | 0 | 1A | E1 | 3D | 2E |
| Octal | 55 | 120 | 274 | 114 | 71 | 0 | 32 | 341 | 75 | 56 |
| Binary | 101101 | 1010000 | 10111100 | 1001100 | 111001 | 0 | 11010 | 11100001 | 111101 | 101110 |
Color Harmonies of #2D50BC
Complementary color
Monochromatic Colors of #2D50BC
Black with #2D50BC
Text Example
Text Example
White with #2D50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D50BC; }
p { color: rgb(45,80,188); }
H1.HeaderClassName
{
color: #2D50BC;
}
.AnyTagClassName
{
color: #2D50BC;
}
</style>
background-color css
<style>
a { background-color: #2D50BC; }
a { background-color: rgb(45,80,188); }
div.DivClassName
{
background-color: #2D50BC;
}
.BgClassName
{
background-color: #2D50BC;
}
</style>
border-color css
<style>
span { border-color: #2D50BC; }
span { border-color: rgb(45,80,188); }
td.TdClassName
{
border-color: #2D50BC;
}
.TagClassName
{
border-color: #2D50BC;
}
</style>