Shades of Medium Blue #1F0DDF
Tints of Medium Blue #1F0DDF
RGB
CMYK
RGB Variations
Color information
#1F0DDF (or 0x1F0DDF) is known color: Medium Blue. HEX triplet: 1F, 0D and DF. RGB value is (31,13,223). Sum of RGB (Red+Green+Blue) = 31+13+223=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F0DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0DDF is #E0F220. Grayscale: #292929. Windows color (decimal): -14742049 or 14617887. OLE color: 14617887.
HSL color Cylindrical-coordinate representation of color #1F0DDF: hue angle of 245.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0DDF is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 13 | 223 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.13 |
| HSL | 245.14º | 0.89% | 0.46% | - |
| HSV(B) | 245.14º | 0.94% | 0.87% | - |
| XYZ | 14.03 | 5.91 | 70.21 | - |
| YUV | 42.32 | 229.96 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 223 | 0.86 | 0.94 | 0 | 0.13 | 245.14 | 0.89 | 0.46 |
| Hex | 1F | D | DF | 56 | 5E | 0 | D | F5 | 59 | 2E |
| Octal | 37 | 15 | 337 | 126 | 136 | 0 | 15 | 365 | 131 | 56 |
| Binary | 11111 | 1101 | 11011111 | 1010110 | 1011110 | 0 | 1101 | 11110101 | 1011001 | 101110 |
Color Harmonies of #1F0DDF
Complementary color
Monochromatic Colors of #1F0DDF
Black with #1F0DDF
Text Example
Text Example
White with #1F0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0DDF; }
p { color: rgb(31,13,223); }
H1.HeaderClassName
{
color: #1F0DDF;
}
.AnyTagClassName
{
color: #1F0DDF;
}
</style>
background-color css
<style>
a { background-color: #1F0DDF; }
a { background-color: rgb(31,13,223); }
div.DivClassName
{
background-color: #1F0DDF;
}
.BgClassName
{
background-color: #1F0DDF;
}
</style>
border-color css
<style>
span { border-color: #1F0DDF; }
span { border-color: rgb(31,13,223); }
td.TdClassName
{
border-color: #1F0DDF;
}
.TagClassName
{
border-color: #1F0DDF;
}
</style>