Shades of Medium Blue #2D0FCF
Tints of Medium Blue #2D0FCF
RGB
CMYK
RGB Variations
Color information
#2D0FCF (or 0x2D0FCF) is known color: Medium Blue. HEX triplet: 2D, 0F and CF. RGB value is (45,15,207). Sum of RGB (Red+Green+Blue) = 45+15+207=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 207 (81.25% from 255 or 77.53% from 267); Max value from RGB is 207 - color contains mainly: blue. Hex color #2D0FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0FCF is #D2F030. Grayscale: #2D2D2D. Windows color (decimal): -13824049 or 13569837. OLE color: 13569837.
HSL color Cylindrical-coordinate representation of color #2D0FCF: hue angle of 249.38º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0FCF is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 15 | 207 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.19 |
| HSL | 249.38º | 0.86% | 0.44% | - |
| HSV(B) | 249.38º | 0.93% | 0.81% | - |
| XYZ | 12.52 | 5.4 | 59.42 | - |
| YUV | 45.86 | 218.94 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 15 | 207 | 0.78 | 0.93 | 0 | 0.19 | 249.38 | 0.86 | 0.44 |
| Hex | 2D | F | CF | 4E | 5D | 0 | 13 | F9 | 56 | 2C |
| Octal | 55 | 17 | 317 | 116 | 135 | 0 | 23 | 371 | 126 | 54 |
| Binary | 101101 | 1111 | 11001111 | 1001110 | 1011101 | 0 | 10011 | 11111001 | 1010110 | 101100 |
Color Harmonies of #2D0FCF
Complementary color
Monochromatic Colors of #2D0FCF
Black with #2D0FCF
Text Example
Text Example
White with #2D0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0FCF; }
p { color: rgb(45,15,207); }
H1.HeaderClassName
{
color: #2D0FCF;
}
.AnyTagClassName
{
color: #2D0FCF;
}
</style>
background-color css
<style>
a { background-color: #2D0FCF; }
a { background-color: rgb(45,15,207); }
div.DivClassName
{
background-color: #2D0FCF;
}
.BgClassName
{
background-color: #2D0FCF;
}
</style>
border-color css
<style>
span { border-color: #2D0FCF; }
span { border-color: rgb(45,15,207); }
td.TdClassName
{
border-color: #2D0FCF;
}
.TagClassName
{
border-color: #2D0FCF;
}
</style>