Shades of Medium Blue #031FDA
Tints of Medium Blue #031FDA
RGB
CMYK
RGB Variations
Color information
#031FDA (or 0x031FDA) is known color: Medium Blue. HEX triplet: 03, 1F and DA. RGB value is (3,31,218). Sum of RGB (Red+Green+Blue) = 3+31+218=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 218 (85.55% from 255 or 86.51% from 252); Max value from RGB is 218 - color contains mainly: blue. Hex color #031FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031FDA is #FCE025. Grayscale: #2B2B2B. Windows color (decimal): -16572454 or 14294787. OLE color: 14294787.
HSL color Cylindrical-coordinate representation of color #031FDA: hue angle of 232.19º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031FDA is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 31 | 218 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.15 |
| HSL | 232.19º | 0.97% | 0.43% | - |
| HSV(B) | 232.19º | 0.99% | 0.85% | - |
| XYZ | 13.18 | 6.06 | 66.8 | - |
| YUV | 43.95 | 226.22 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 218 | 0.99 | 0.86 | 0 | 0.15 | 232.19 | 0.97 | 0.43 |
| Hex | 3 | 1F | DA | 63 | 56 | 0 | F | E8 | 61 | 2B |
| Octal | 3 | 37 | 332 | 143 | 126 | 0 | 17 | 350 | 141 | 53 |
| Binary | 11 | 11111 | 11011010 | 1100011 | 1010110 | 0 | 1111 | 11101000 | 1100001 | 101011 |
Color Harmonies of #031FDA
Complementary color
Monochromatic Colors of #031FDA
Black with #031FDA
Text Example
Text Example
White with #031FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031FDA; }
p { color: rgb(3,31,218); }
H1.HeaderClassName
{
color: #031FDA;
}
.AnyTagClassName
{
color: #031FDA;
}
</style>
background-color css
<style>
a { background-color: #031FDA; }
a { background-color: rgb(3,31,218); }
div.DivClassName
{
background-color: #031FDA;
}
.BgClassName
{
background-color: #031FDA;
}
</style>
border-color css
<style>
span { border-color: #031FDA; }
span { border-color: rgb(3,31,218); }
td.TdClassName
{
border-color: #031FDA;
}
.TagClassName
{
border-color: #031FDA;
}
</style>