Shades of Medium Blue #2D07CE
Tints of Medium Blue #2D07CE
RGB
CMYK
RGB Variations
Color information
#2D07CE (or 0x2D07CE) is known color: Medium Blue. HEX triplet: 2D, 07 and CE. RGB value is (45,7,206). Sum of RGB (Red+Green+Blue) = 45+7+206=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 206 (80.86% from 255 or 79.84% from 258); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D07CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D07CE is #D2F831. Grayscale: #282828. Windows color (decimal): -13826098 or 13502253. OLE color: 13502253.
HSL color Cylindrical-coordinate representation of color #2D07CE: hue angle of 251.46º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D07CE is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 7 | 206 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.19 |
| HSL | 251.46º | 0.93% | 0.42% | - |
| HSV(B) | 251.46º | 0.97% | 0.81% | - |
| XYZ | 12.3 | 5.17 | 58.74 | - |
| YUV | 41.05 | 221.09 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 206 | 0.78 | 0.97 | 0 | 0.19 | 251.46 | 0.93 | 0.42 |
| Hex | 2D | 7 | CE | 4E | 61 | 0 | 13 | FB | 5D | 2A |
| Octal | 55 | 7 | 316 | 116 | 141 | 0 | 23 | 373 | 135 | 52 |
| Binary | 101101 | 111 | 11001110 | 1001110 | 1100001 | 0 | 10011 | 11111011 | 1011101 | 101010 |
Color Harmonies of #2D07CE
Complementary color
Monochromatic Colors of #2D07CE
Black with #2D07CE
Text Example
Text Example
White with #2D07CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D07CE; }
p { color: rgb(45,7,206); }
H1.HeaderClassName
{
color: #2D07CE;
}
.AnyTagClassName
{
color: #2D07CE;
}
</style>
background-color css
<style>
a { background-color: #2D07CE; }
a { background-color: rgb(45,7,206); }
div.DivClassName
{
background-color: #2D07CE;
}
.BgClassName
{
background-color: #2D07CE;
}
</style>
border-color css
<style>
span { border-color: #2D07CE; }
span { border-color: rgb(45,7,206); }
td.TdClassName
{
border-color: #2D07CE;
}
.TagClassName
{
border-color: #2D07CE;
}
</style>