Shades of Medium Blue #1F03DF
Tints of Medium Blue #1F03DF
RGB
CMYK
RGB Variations
Color information
#1F03DF (or 0x1F03DF) is known color: Medium Blue. HEX triplet: 1F, 03 and DF. RGB value is (31,3,223). Sum of RGB (Red+Green+Blue) = 31+3+223=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 223 (87.5% from 255 or 86.77% from 257); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F03DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F03DF is #E0FC20. Grayscale: #232323. Windows color (decimal): -14744609 or 14615327. OLE color: 14615327.
HSL color Cylindrical-coordinate representation of color #1F03DF: hue angle of 247.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F03DF is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 3 | 223 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.13 |
| HSL | 247.64º | 0.97% | 0.44% | - |
| HSV(B) | 247.64º | 0.99% | 0.87% | - |
| XYZ | 13.92 | 5.68 | 70.18 | - |
| YUV | 36.45 | 233.28 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 223 | 0.86 | 0.99 | 0 | 0.13 | 247.64 | 0.97 | 0.44 |
| Hex | 1F | 3 | DF | 56 | 63 | 0 | D | F8 | 61 | 2C |
| Octal | 37 | 3 | 337 | 126 | 143 | 0 | 15 | 370 | 141 | 54 |
| Binary | 11111 | 11 | 11011111 | 1010110 | 1100011 | 0 | 1101 | 11111000 | 1100001 | 101100 |
Color Harmonies of #1F03DF
Complementary color
Monochromatic Colors of #1F03DF
Black with #1F03DF
Text Example
Text Example
White with #1F03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F03DF; }
p { color: rgb(31,3,223); }
H1.HeaderClassName
{
color: #1F03DF;
}
.AnyTagClassName
{
color: #1F03DF;
}
</style>
background-color css
<style>
a { background-color: #1F03DF; }
a { background-color: rgb(31,3,223); }
div.DivClassName
{
background-color: #1F03DF;
}
.BgClassName
{
background-color: #1F03DF;
}
</style>
border-color css
<style>
span { border-color: #1F03DF; }
span { border-color: rgb(31,3,223); }
td.TdClassName
{
border-color: #1F03DF;
}
.TagClassName
{
border-color: #1F03DF;
}
</style>