Shades of Medium Blue #2D01DF
Tints of Medium Blue #2D01DF
RGB
CMYK
RGB Variations
Color information
#2D01DF (or 0x2D01DF) is known color: Medium Blue. HEX triplet: 2D, 01 and DF. RGB value is (45,1,223). Sum of RGB (Red+Green+Blue) = 45+1+223=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 223 (87.5% from 255 or 82.90% from 269); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D01DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D01DF is #D2FE20. Grayscale: #262626. Windows color (decimal): -13827617 or 14614829. OLE color: 14614829.
HSL color Cylindrical-coordinate representation of color #2D01DF: hue angle of 251.89º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D01DF is Cyan = 0.80, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 1 | 223 | - |
| CMYK | 0.80 | 1.00 | 0 | 0.13 |
| HSL | 251.89º | 0.99% | 0.44% | - |
| HSV(B) | 251.89º | 1% | 0.87% | - |
| XYZ | 14.41 | 5.91 | 70.19 | - |
| YUV | 39.46 | 231.58 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 223 | 0.80 | 1.00 | 0 | 0.13 | 251.89 | 0.99 | 0.44 |
| Hex | 2D | 1 | DF | 50 | 64 | 0 | D | FC | 63 | 2C |
| Octal | 55 | 1 | 337 | 120 | 144 | 0 | 15 | 374 | 143 | 54 |
| Binary | 101101 | 1 | 11011111 | 1010000 | 1100100 | 0 | 1101 | 11111100 | 1100011 | 101100 |
Color Harmonies of #2D01DF
Complementary color
Monochromatic Colors of #2D01DF
Black with #2D01DF
Text Example
Text Example
White with #2D01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D01DF; }
p { color: rgb(45,1,223); }
H1.HeaderClassName
{
color: #2D01DF;
}
.AnyTagClassName
{
color: #2D01DF;
}
</style>
background-color css
<style>
a { background-color: #2D01DF; }
a { background-color: rgb(45,1,223); }
div.DivClassName
{
background-color: #2D01DF;
}
.BgClassName
{
background-color: #2D01DF;
}
</style>
border-color css
<style>
span { border-color: #2D01DF; }
span { border-color: rgb(45,1,223); }
td.TdClassName
{
border-color: #2D01DF;
}
.TagClassName
{
border-color: #2D01DF;
}
</style>