Shades of Medium Blue #001FE2
Tints of Medium Blue #001FE2
RGB
CMYK
RGB Variations
Color information
#001FE2 (or 0x001FE2) is known color: Medium Blue. HEX triplet: 00, 1F and E2. RGB value is (0,31,226). Sum of RGB (Red+Green+Blue) = 0+31+226=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 226 (88.67% from 255 or 87.94% from 257); Max value from RGB is 226 - color contains mainly: blue. Hex color #001FE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001FE2 is #FFE01D. Grayscale: #2B2B2B. Windows color (decimal): -16769054 or 14819072. OLE color: 14819072.
HSL color Cylindrical-coordinate representation of color #001FE2: hue angle of 231.77º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FE2 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 31 | 226 | - |
| CMYK | 1 | 0.86 | 0 | 0.11 |
| HSL | 231.77º | 1% | 0.44% | - |
| HSV(B) | 231.77º | 1% | 0.89% | - |
| XYZ | 14.22 | 6.47 | 72.45 | - |
| YUV | 43.96 | 230.73 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 226 | 1 | 0.86 | 0 | 0.11 | 231.77 | 1 | 0.44 |
| Hex | 0 | 1F | E2 | 64 | 56 | 0 | B | E8 | 64 | 2C |
| Octal | 0 | 37 | 342 | 144 | 126 | 0 | 13 | 350 | 144 | 54 |
| Binary | 0 | 11111 | 11100010 | 1100100 | 1010110 | 0 | 1011 | 11101000 | 1100100 | 101100 |
Color Harmonies of #001FE2
Complementary color
Monochromatic Colors of #001FE2
Black with #001FE2
Text Example
Text Example
White with #001FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FE2; }
p { color: rgb(0,31,226); }
H1.HeaderClassName
{
color: #001FE2;
}
.AnyTagClassName
{
color: #001FE2;
}
</style>
background-color css
<style>
a { background-color: #001FE2; }
a { background-color: rgb(0,31,226); }
div.DivClassName
{
background-color: #001FE2;
}
.BgClassName
{
background-color: #001FE2;
}
</style>
border-color css
<style>
span { border-color: #001FE2; }
span { border-color: rgb(0,31,226); }
td.TdClassName
{
border-color: #001FE2;
}
.TagClassName
{
border-color: #001FE2;
}
</style>