Shades of Blue #001AFD
Tints of Blue #001AFD
RGB
CMYK
RGB Variations
Color information
#001AFD (or 0x001AFD) is known color: Blue. HEX triplet: 00, 1A and FD. RGB value is (0,26,253). Sum of RGB (Red+Green+Blue) = 0+26+253=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 253 (99.22% from 255 or 90.68% from 279); Max value from RGB is 253 - color contains mainly: blue. Hex color #001AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001AFD is #FFE502. Grayscale: #2B2B2B. Windows color (decimal): -16770307 or 16587264. OLE color: 16587264.
HSL color Cylindrical-coordinate representation of color #001AFD: hue angle of 233.83º 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 #001AFD is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 26 | 253 | - |
| CMYK | 1 | 0.90 | 0 | 0.01 |
| HSL | 233.83º | 1% | 0.5% | - |
| HSV(B) | 233.83º | 1% | 0.99% | - |
| XYZ | 18.1 | 7.83 | 93.49 | - |
| YUV | 44.1 | 245.89 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 253 | 1 | 0.90 | 0 | 0.01 | 233.83 | 1 | 0.5 |
| Hex | 0 | 1A | FD | 64 | 5A | 0 | 1 | EA | 64 | 32 |
| Octal | 0 | 32 | 375 | 144 | 132 | 0 | 1 | 352 | 144 | 62 |
| Binary | 0 | 11010 | 11111101 | 1100100 | 1011010 | 0 | 1 | 11101010 | 1100100 | 110010 |
Color Harmonies of #001AFD
Complementary color
Monochromatic Colors of #001AFD
Black with #001AFD
Text Example
Text Example
White with #001AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001AFD; }
p { color: rgb(0,26,253); }
H1.HeaderClassName
{
color: #001AFD;
}
.AnyTagClassName
{
color: #001AFD;
}
</style>
background-color css
<style>
a { background-color: #001AFD; }
a { background-color: rgb(0,26,253); }
div.DivClassName
{
background-color: #001AFD;
}
.BgClassName
{
background-color: #001AFD;
}
</style>
border-color css
<style>
span { border-color: #001AFD; }
span { border-color: rgb(0,26,253); }
td.TdClassName
{
border-color: #001AFD;
}
.TagClassName
{
border-color: #001AFD;
}
</style>