Shades of Medium Blue #1F03DB
Tints of Medium Blue #1F03DB
RGB
CMYK
RGB Variations
Color information
#1F03DB (or 0x1F03DB) is known color: Medium Blue. HEX triplet: 1F, 03 and DB. RGB value is (31,3,219). Sum of RGB (Red+Green+Blue) = 31+3+219=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 219 (85.94% from 255 or 86.56% from 253); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F03DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F03DB is #E0FC24. Grayscale: #232323. Windows color (decimal): -14744613 or 14353183. OLE color: 14353183.
HSL color Cylindrical-coordinate representation of color #1F03DB: hue angle of 247.78º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F03DB is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 3 | 219 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.14 |
| HSL | 247.78º | 0.97% | 0.44% | - |
| HSV(B) | 247.78º | 0.99% | 0.86% | - |
| XYZ | 13.38 | 5.47 | 67.37 | - |
| YUV | 36 | 231.28 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 3 | 219 | 0.86 | 0.99 | 0 | 0.14 | 247.78 | 0.97 | 0.44 |
| Hex | 1F | 3 | DB | 56 | 63 | 0 | E | F8 | 61 | 2C |
| Octal | 37 | 3 | 333 | 126 | 143 | 0 | 16 | 370 | 141 | 54 |
| Binary | 11111 | 11 | 11011011 | 1010110 | 1100011 | 0 | 1110 | 11111000 | 1100001 | 101100 |
Color Harmonies of #1F03DB
Complementary color
Monochromatic Colors of #1F03DB
Black with #1F03DB
Text Example
Text Example
White with #1F03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F03DB; }
p { color: rgb(31,3,219); }
H1.HeaderClassName
{
color: #1F03DB;
}
.AnyTagClassName
{
color: #1F03DB;
}
</style>
background-color css
<style>
a { background-color: #1F03DB; }
a { background-color: rgb(31,3,219); }
div.DivClassName
{
background-color: #1F03DB;
}
.BgClassName
{
background-color: #1F03DB;
}
</style>
border-color css
<style>
span { border-color: #1F03DB; }
span { border-color: rgb(31,3,219); }
td.TdClassName
{
border-color: #1F03DB;
}
.TagClassName
{
border-color: #1F03DB;
}
</style>