Shades of Blue #001DFA
Tints of Blue #001DFA
RGB
CMYK
RGB Variations
Color information
#001DFA (or 0x001DFA) is known color: Blue. HEX triplet: 00, 1D and FA. RGB value is (0,29,250). Sum of RGB (Red+Green+Blue) = 0+29+250=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 250 (98.05% from 255 or 89.61% from 279); Max value from RGB is 250 - color contains mainly: blue. Hex color #001DFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001DFA is #FFE205. Grayscale: #2C2C2C. Windows color (decimal): -16769542 or 16391424. OLE color: 16391424.
HSL color Cylindrical-coordinate representation of color #001DFA: hue angle of 233.04º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DFA is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 29 | 250 | - |
| CMYK | 1 | 0.88 | 0 | 0.02 |
| HSL | 233.04º | 1% | 0.49% | - |
| HSV(B) | 233.04º | 1% | 0.98% | - |
| XYZ | 17.69 | 7.78 | 91.01 | - |
| YUV | 45.52 | 243.39 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 250 | 1 | 0.88 | 0 | 0.02 | 233.04 | 1 | 0.49 |
| Hex | 0 | 1D | FA | 64 | 58 | 0 | 2 | E9 | 64 | 31 |
| Octal | 0 | 35 | 372 | 144 | 130 | 0 | 2 | 351 | 144 | 61 |
| Binary | 0 | 11101 | 11111010 | 1100100 | 1011000 | 0 | 10 | 11101001 | 1100100 | 110001 |
Color Harmonies of #001DFA
Complementary color
Monochromatic Colors of #001DFA
Black with #001DFA
Text Example
Text Example
White with #001DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DFA; }
p { color: rgb(0,29,250); }
H1.HeaderClassName
{
color: #001DFA;
}
.AnyTagClassName
{
color: #001DFA;
}
</style>
background-color css
<style>
a { background-color: #001DFA; }
a { background-color: rgb(0,29,250); }
div.DivClassName
{
background-color: #001DFA;
}
.BgClassName
{
background-color: #001DFA;
}
</style>
border-color css
<style>
span { border-color: #001DFA; }
span { border-color: rgb(0,29,250); }
td.TdClassName
{
border-color: #001DFA;
}
.TagClassName
{
border-color: #001DFA;
}
</style>