Shades of Medium Blue #2D08BE
Tints of Medium Blue #2D08BE
RGB
CMYK
RGB Variations
Color information
#2D08BE (or 0x2D08BE) is known color: Medium Blue. HEX triplet: 2D, 08 and BE. RGB value is (45,8,190). Sum of RGB (Red+Green+Blue) = 45+8+190=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D08BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D08BE is #D2F741. Grayscale: #272727. Windows color (decimal): -13825858 or 12453933. OLE color: 12453933.
HSL color Cylindrical-coordinate representation of color #2D08BE: hue angle of 252.2º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D08BE is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 8 | 190 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.25 |
| HSL | 252.2º | 0.92% | 0.39% | - |
| HSV(B) | 252.2º | 0.96% | 0.75% | - |
| XYZ | 10.46 | 4.45 | 49.02 | - |
| YUV | 39.81 | 212.76 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 190 | 0.76 | 0.96 | 0 | 0.25 | 252.2 | 0.92 | 0.39 |
| Hex | 2D | 8 | BE | 4C | 60 | 0 | 19 | FC | 5C | 27 |
| Octal | 55 | 10 | 276 | 114 | 140 | 0 | 31 | 374 | 134 | 47 |
| Binary | 101101 | 1000 | 10111110 | 1001100 | 1100000 | 0 | 11001 | 11111100 | 1011100 | 100111 |
Color Harmonies of #2D08BE
Complementary color
Monochromatic Colors of #2D08BE
Black with #2D08BE
Text Example
Text Example
White with #2D08BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D08BE; }
p { color: rgb(45,8,190); }
H1.HeaderClassName
{
color: #2D08BE;
}
.AnyTagClassName
{
color: #2D08BE;
}
</style>
background-color css
<style>
a { background-color: #2D08BE; }
a { background-color: rgb(45,8,190); }
div.DivClassName
{
background-color: #2D08BE;
}
.BgClassName
{
background-color: #2D08BE;
}
</style>
border-color css
<style>
span { border-color: #2D08BE; }
span { border-color: rgb(45,8,190); }
td.TdClassName
{
border-color: #2D08BE;
}
.TagClassName
{
border-color: #2D08BE;
}
</style>