Shades of Blue #001FFD
Tints of Blue #001FFD
RGB
CMYK
RGB Variations
Color information
#001FFD (or 0x001FFD) is known color: Blue. HEX triplet: 00, 1F and FD. RGB value is (0,31,253). Sum of RGB (Red+Green+Blue) = 0+31+253=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 253 (99.22% from 255 or 89.08% from 284); Max value from RGB is 253 - color contains mainly: blue. Hex color #001FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001FFD is #FFE002. Grayscale: #2E2E2E. Windows color (decimal): -16769027 or 16588544. OLE color: 16588544.
HSL color Cylindrical-coordinate representation of color #001FFD: hue angle of 232.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FFD is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 31 | 253 | - |
| CMYK | 1 | 0.88 | 0 | 0.01 |
| HSL | 232.65º | 1% | 0.5% | - |
| HSV(B) | 232.65º | 1% | 0.99% | - |
| XYZ | 18.22 | 8.07 | 93.53 | - |
| YUV | 47.04 | 244.23 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 253 | 1 | 0.88 | 0 | 0.01 | 232.65 | 1 | 0.5 |
| Hex | 0 | 1F | FD | 64 | 58 | 0 | 1 | E9 | 64 | 32 |
| Octal | 0 | 37 | 375 | 144 | 130 | 0 | 1 | 351 | 144 | 62 |
| Binary | 0 | 11111 | 11111101 | 1100100 | 1011000 | 0 | 1 | 11101001 | 1100100 | 110010 |
Color Harmonies of #001FFD
Complementary color
Monochromatic Colors of #001FFD
Black with #001FFD
Text Example
Text Example
White with #001FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001FFD; }
p { color: rgb(0,31,253); }
H1.HeaderClassName
{
color: #001FFD;
}
.AnyTagClassName
{
color: #001FFD;
}
</style>
background-color css
<style>
a { background-color: #001FFD; }
a { background-color: rgb(0,31,253); }
div.DivClassName
{
background-color: #001FFD;
}
.BgClassName
{
background-color: #001FFD;
}
</style>
border-color css
<style>
span { border-color: #001FFD; }
span { border-color: rgb(0,31,253); }
td.TdClassName
{
border-color: #001FFD;
}
.TagClassName
{
border-color: #001FFD;
}
</style>