Shades of Medium Blue #031ADF
Tints of Medium Blue #031ADF
RGB
CMYK
RGB Variations
Color information
#031ADF (or 0x031ADF) is known color: Medium Blue. HEX triplet: 03, 1A and DF. RGB value is (3,26,223). Sum of RGB (Red+Green+Blue) = 3+26+223=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 223 (87.5% from 255 or 88.49% from 252); Max value from RGB is 223 - color contains mainly: blue. Hex color #031ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031ADF is #FCE520. Grayscale: #282828. Windows color (decimal): -16573729 or 14621187. OLE color: 14621187.
HSL color Cylindrical-coordinate representation of color #031ADF: hue angle of 233.73º 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 #031ADF is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 26 | 223 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.13 |
| HSL | 233.73º | 0.97% | 0.44% | - |
| HSV(B) | 233.73º | 0.99% | 0.87% | - |
| XYZ | 13.73 | 6.09 | 70.26 | - |
| YUV | 41.58 | 230.38 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 223 | 0.99 | 0.88 | 0 | 0.13 | 233.73 | 0.97 | 0.44 |
| Hex | 3 | 1A | DF | 63 | 58 | 0 | D | EA | 61 | 2C |
| Octal | 3 | 32 | 337 | 143 | 130 | 0 | 15 | 352 | 141 | 54 |
| Binary | 11 | 11010 | 11011111 | 1100011 | 1011000 | 0 | 1101 | 11101010 | 1100001 | 101100 |
Color Harmonies of #031ADF
Complementary color
Monochromatic Colors of #031ADF
Black with #031ADF
Text Example
Text Example
White with #031ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031ADF; }
p { color: rgb(3,26,223); }
H1.HeaderClassName
{
color: #031ADF;
}
.AnyTagClassName
{
color: #031ADF;
}
</style>
background-color css
<style>
a { background-color: #031ADF; }
a { background-color: rgb(3,26,223); }
div.DivClassName
{
background-color: #031ADF;
}
.BgClassName
{
background-color: #031ADF;
}
</style>
border-color css
<style>
span { border-color: #031ADF; }
span { border-color: rgb(3,26,223); }
td.TdClassName
{
border-color: #031ADF;
}
.TagClassName
{
border-color: #031ADF;
}
</style>