Shades of Medium Blue #2D10CF
Tints of Medium Blue #2D10CF
RGB
CMYK
RGB Variations
Color information
#2D10CF (or 0x2D10CF) is known color: Medium Blue. HEX triplet: 2D, 10 and CF. RGB value is (45,16,207). Sum of RGB (Red+Green+Blue) = 45+16+207=268 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.79% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #2D10CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D10CF is #D2EF30. Grayscale: #2D2D2D. Windows color (decimal): -13823793 or 13570093. OLE color: 13570093.
HSL color Cylindrical-coordinate representation of color #2D10CF: hue angle of 249.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D10CF is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 16 | 207 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.19 |
| HSL | 249.11º | 0.86% | 0.44% | - |
| HSV(B) | 249.11º | 0.92% | 0.81% | - |
| XYZ | 12.53 | 5.43 | 59.42 | - |
| YUV | 46.45 | 218.61 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 207 | 0.78 | 0.92 | 0 | 0.19 | 249.11 | 0.86 | 0.44 |
| Hex | 2D | 10 | CF | 4E | 5C | 0 | 13 | F9 | 56 | 2C |
| Octal | 55 | 20 | 317 | 116 | 134 | 0 | 23 | 371 | 126 | 54 |
| Binary | 101101 | 10000 | 11001111 | 1001110 | 1011100 | 0 | 10011 | 11111001 | 1010110 | 101100 |
Color Harmonies of #2D10CF
Complementary color
Monochromatic Colors of #2D10CF
Black with #2D10CF
Text Example
Text Example
White with #2D10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D10CF; }
p { color: rgb(45,16,207); }
H1.HeaderClassName
{
color: #2D10CF;
}
.AnyTagClassName
{
color: #2D10CF;
}
</style>
background-color css
<style>
a { background-color: #2D10CF; }
a { background-color: rgb(45,16,207); }
div.DivClassName
{
background-color: #2D10CF;
}
.BgClassName
{
background-color: #2D10CF;
}
</style>
border-color css
<style>
span { border-color: #2D10CF; }
span { border-color: rgb(45,16,207); }
td.TdClassName
{
border-color: #2D10CF;
}
.TagClassName
{
border-color: #2D10CF;
}
</style>