Shades of Blue #001FED
Tints of Blue #001FED
RGB
CMYK
RGB Variations
Color information
#001FED (or 0x001FED) is known color: Blue. HEX triplet: 00, 1F and ED. RGB value is (0,31,237). Sum of RGB (Red+Green+Blue) = 0+31+237=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 237 (92.97% from 255 or 88.43% from 268); Max value from RGB is 237 - color contains mainly: blue. Hex color #001FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001FED is #FFE012. Grayscale: #2C2C2C. Windows color (decimal): -16769043 or 15539968. OLE color: 15539968.
HSL color Cylindrical-coordinate representation of color #001FED: hue angle of 232.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FED is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 31 | 237 | - |
| CMYK | 1 | 0.87 | 0 | 0.07 |
| HSL | 232.15º | 1% | 0.46% | - |
| HSV(B) | 232.15º | 1% | 0.93% | - |
| XYZ | 15.78 | 7.09 | 80.66 | - |
| YUV | 45.22 | 236.23 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 237 | 1 | 0.87 | 0 | 0.07 | 232.15 | 1 | 0.46 |
| Hex | 0 | 1F | ED | 64 | 57 | 0 | 7 | E8 | 64 | 2E |
| Octal | 0 | 37 | 355 | 144 | 127 | 0 | 7 | 350 | 144 | 56 |
| Binary | 0 | 11111 | 11101101 | 1100100 | 1010111 | 0 | 111 | 11101000 | 1100100 | 101110 |
Color Harmonies of #001FED
Complementary color
Monochromatic Colors of #001FED
Black with #001FED
Text Example
Text Example
White with #001FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FED; }
p { color: rgb(0,31,237); }
H1.HeaderClassName
{
color: #001FED;
}
.AnyTagClassName
{
color: #001FED;
}
</style>
background-color css
<style>
a { background-color: #001FED; }
a { background-color: rgb(0,31,237); }
div.DivClassName
{
background-color: #001FED;
}
.BgClassName
{
background-color: #001FED;
}
</style>
border-color css
<style>
span { border-color: #001FED; }
span { border-color: rgb(0,31,237); }
td.TdClassName
{
border-color: #001FED;
}
.TagClassName
{
border-color: #001FED;
}
</style>