Shades of Medium Blue #1F10DA
Tints of Medium Blue #1F10DA
RGB
CMYK
RGB Variations
Color information
#1F10DA (or 0x1F10DA) is known color: Medium Blue. HEX triplet: 1F, 10 and DA. RGB value is (31,16,218). Sum of RGB (Red+Green+Blue) = 31+16+218=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 218 (85.55% from 255 or 82.26% from 265); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F10DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F10DA is #E0EF25. Grayscale: #2A2A2A. Windows color (decimal): -14741286 or 14290975. OLE color: 14290975.
HSL color Cylindrical-coordinate representation of color #1F10DA: hue angle of 244.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F10DA is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 16 | 218 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.15 |
| HSL | 244.46º | 0.86% | 0.46% | - |
| HSV(B) | 244.46º | 0.93% | 0.85% | - |
| XYZ | 13.41 | 5.72 | 66.73 | - |
| YUV | 43.51 | 226.47 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 218 | 0.86 | 0.93 | 0 | 0.15 | 244.46 | 0.86 | 0.46 |
| Hex | 1F | 10 | DA | 56 | 5D | 0 | F | F4 | 56 | 2E |
| Octal | 37 | 20 | 332 | 126 | 135 | 0 | 17 | 364 | 126 | 56 |
| Binary | 11111 | 10000 | 11011010 | 1010110 | 1011101 | 0 | 1111 | 11110100 | 1010110 | 101110 |
Color Harmonies of #1F10DA
Complementary color
Monochromatic Colors of #1F10DA
Black with #1F10DA
Text Example
Text Example
White with #1F10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F10DA; }
p { color: rgb(31,16,218); }
H1.HeaderClassName
{
color: #1F10DA;
}
.AnyTagClassName
{
color: #1F10DA;
}
</style>
background-color css
<style>
a { background-color: #1F10DA; }
a { background-color: rgb(31,16,218); }
div.DivClassName
{
background-color: #1F10DA;
}
.BgClassName
{
background-color: #1F10DA;
}
</style>
border-color css
<style>
span { border-color: #1F10DA; }
span { border-color: rgb(31,16,218); }
td.TdClassName
{
border-color: #1F10DA;
}
.TagClassName
{
border-color: #1F10DA;
}
</style>