Shades of Medium Blue #2D07CC
Tints of Medium Blue #2D07CC
RGB
CMYK
RGB Variations
Color information
#2D07CC (or 0x2D07CC) is known color: Medium Blue. HEX triplet: 2D, 07 and CC. RGB value is (45,7,204). Sum of RGB (Red+Green+Blue) = 45+7+204=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 204 (80.08% from 255 or 79.69% from 256); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D07CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D07CC is #D2F833. Grayscale: #282828. Windows color (decimal): -13826100 or 13371181. OLE color: 13371181.
HSL color Cylindrical-coordinate representation of color #2D07CC: hue angle of 251.57º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D07CC is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 7 | 204 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.2 |
| HSL | 251.57º | 0.93% | 0.41% | - |
| HSV(B) | 251.57º | 0.97% | 0.8% | - |
| XYZ | 12.06 | 5.07 | 57.47 | - |
| YUV | 40.82 | 220.09 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 204 | 0.78 | 0.97 | 0 | 0.2 | 251.57 | 0.93 | 0.41 |
| Hex | 2D | 7 | CC | 4E | 61 | 0 | 14 | FC | 5D | 29 |
| Octal | 55 | 7 | 314 | 116 | 141 | 0 | 24 | 374 | 135 | 51 |
| Binary | 101101 | 111 | 11001100 | 1001110 | 1100001 | 0 | 10100 | 11111100 | 1011101 | 101001 |
Color Harmonies of #2D07CC
Complementary color
Monochromatic Colors of #2D07CC
Black with #2D07CC
Text Example
Text Example
White with #2D07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D07CC; }
p { color: rgb(45,7,204); }
H1.HeaderClassName
{
color: #2D07CC;
}
.AnyTagClassName
{
color: #2D07CC;
}
</style>
background-color css
<style>
a { background-color: #2D07CC; }
a { background-color: rgb(45,7,204); }
div.DivClassName
{
background-color: #2D07CC;
}
.BgClassName
{
background-color: #2D07CC;
}
</style>
border-color css
<style>
span { border-color: #2D07CC; }
span { border-color: rgb(45,7,204); }
td.TdClassName
{
border-color: #2D07CC;
}
.TagClassName
{
border-color: #2D07CC;
}
</style>