Shades of Blue #001FF2
Tints of Blue #001FF2
RGB
CMYK
RGB Variations
Color information
#001FF2 (or 0x001FF2) is known color: Blue. HEX triplet: 00, 1F and F2. RGB value is (0,31,242). Sum of RGB (Red+Green+Blue) = 0+31+242=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 242 (94.92% from 255 or 88.64% from 273); Max value from RGB is 242 - color contains mainly: blue. Hex color #001FF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001FF2 is #FFE00D. Grayscale: #2C2C2C. Windows color (decimal): -16769038 or 15867648. OLE color: 15867648.
HSL color Cylindrical-coordinate representation of color #001FF2: hue angle of 232.31º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FF2 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 31 | 242 | - |
| CMYK | 1 | 0.87 | 0 | 0.05 |
| HSL | 232.31º | 1% | 0.47% | - |
| HSV(B) | 232.31º | 1% | 0.95% | - |
| XYZ | 16.52 | 7.39 | 84.56 | - |
| YUV | 45.79 | 238.73 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 242 | 1 | 0.87 | 0 | 0.05 | 232.31 | 1 | 0.47 |
| Hex | 0 | 1F | F2 | 64 | 57 | 0 | 5 | E8 | 64 | 2F |
| Octal | 0 | 37 | 362 | 144 | 127 | 0 | 5 | 350 | 144 | 57 |
| Binary | 0 | 11111 | 11110010 | 1100100 | 1010111 | 0 | 101 | 11101000 | 1100100 | 101111 |
Color Harmonies of #001FF2
Complementary color
Monochromatic Colors of #001FF2
Black with #001FF2
Text Example
Text Example
White with #001FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FF2; }
p { color: rgb(0,31,242); }
H1.HeaderClassName
{
color: #001FF2;
}
.AnyTagClassName
{
color: #001FF2;
}
</style>
background-color css
<style>
a { background-color: #001FF2; }
a { background-color: rgb(0,31,242); }
div.DivClassName
{
background-color: #001FF2;
}
.BgClassName
{
background-color: #001FF2;
}
</style>
border-color css
<style>
span { border-color: #001FF2; }
span { border-color: rgb(0,31,242); }
td.TdClassName
{
border-color: #001FF2;
}
.TagClassName
{
border-color: #001FF2;
}
</style>