Shades of Medium Blue #031BDF
Tints of Medium Blue #031BDF
RGB
CMYK
RGB Variations
Color information
#031BDF (or 0x031BDF) is known color: Medium Blue. HEX triplet: 03, 1B and DF. RGB value is (3,27,223). Sum of RGB (Red+Green+Blue) = 3+27+223=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 223 (87.5% from 255 or 88.14% from 253); Max value from RGB is 223 - color contains mainly: blue. Hex color #031BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BDF is #FCE420. Grayscale: #292929. Windows color (decimal): -16573473 or 14621443. OLE color: 14621443.
HSL color Cylindrical-coordinate representation of color #031BDF: hue angle of 233.45º 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 #031BDF is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 27 | 223 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.13 |
| HSL | 233.45º | 0.97% | 0.44% | - |
| HSV(B) | 233.45º | 0.99% | 0.87% | - |
| XYZ | 13.75 | 6.13 | 70.27 | - |
| YUV | 42.17 | 230.05 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 223 | 0.99 | 0.88 | 0 | 0.13 | 233.45 | 0.97 | 0.44 |
| Hex | 3 | 1B | DF | 63 | 58 | 0 | D | E9 | 61 | 2C |
| Octal | 3 | 33 | 337 | 143 | 130 | 0 | 15 | 351 | 141 | 54 |
| Binary | 11 | 11011 | 11011111 | 1100011 | 1011000 | 0 | 1101 | 11101001 | 1100001 | 101100 |
Color Harmonies of #031BDF
Complementary color
Monochromatic Colors of #031BDF
Black with #031BDF
Text Example
Text Example
White with #031BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031BDF; }
p { color: rgb(3,27,223); }
H1.HeaderClassName
{
color: #031BDF;
}
.AnyTagClassName
{
color: #031BDF;
}
</style>
background-color css
<style>
a { background-color: #031BDF; }
a { background-color: rgb(3,27,223); }
div.DivClassName
{
background-color: #031BDF;
}
.BgClassName
{
background-color: #031BDF;
}
</style>
border-color css
<style>
span { border-color: #031BDF; }
span { border-color: rgb(3,27,223); }
td.TdClassName
{
border-color: #031BDF;
}
.TagClassName
{
border-color: #031BDF;
}
</style>