Shades of Medium Blue #001FD2
Tints of Medium Blue #001FD2
RGB
CMYK
RGB Variations
Color information
#001FD2 (or 0x001FD2) is known color: Medium Blue. HEX triplet: 00, 1F and D2. RGB value is (0,31,210). Sum of RGB (Red+Green+Blue) = 0+31+210=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 210 (82.42% from 255 or 87.14% from 241); Max value from RGB is 210 - color contains mainly: blue. Hex color #001FD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FD2 is #FFE02D. Grayscale: #292929. Windows color (decimal): -16769070 or 13770496. OLE color: 13770496.
HSL color Cylindrical-coordinate representation of color #001FD2: hue angle of 231.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FD2 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 31 | 210 | - |
| CMYK | 1 | 0.85 | 0 | 0.18 |
| HSL | 231.14º | 1% | 0.41% | - |
| HSV(B) | 231.14º | 1% | 0.82% | - |
| XYZ | 12.12 | 5.63 | 61.42 | - |
| YUV | 42.14 | 222.73 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 210 | 1 | 0.85 | 0 | 0.18 | 231.14 | 1 | 0.41 |
| Hex | 0 | 1F | D2 | 64 | 55 | 0 | 12 | E7 | 64 | 29 |
| Octal | 0 | 37 | 322 | 144 | 125 | 0 | 22 | 347 | 144 | 51 |
| Binary | 0 | 11111 | 11010010 | 1100100 | 1010101 | 0 | 10010 | 11100111 | 1100100 | 101001 |
Color Harmonies of #001FD2
Complementary color
Monochromatic Colors of #001FD2
Black with #001FD2
Text Example
Text Example
White with #001FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FD2; }
p { color: rgb(0,31,210); }
H1.HeaderClassName
{
color: #001FD2;
}
.AnyTagClassName
{
color: #001FD2;
}
</style>
background-color css
<style>
a { background-color: #001FD2; }
a { background-color: rgb(0,31,210); }
div.DivClassName
{
background-color: #001FD2;
}
.BgClassName
{
background-color: #001FD2;
}
</style>
border-color css
<style>
span { border-color: #001FD2; }
span { border-color: rgb(0,31,210); }
td.TdClassName
{
border-color: #001FD2;
}
.TagClassName
{
border-color: #001FD2;
}
</style>