Shades of Blue #0117FA
Tints of Blue #0117FA
RGB
CMYK
RGB Variations
Color information
#0117FA (or 0x0117FA) is known color: Blue. HEX triplet: 01, 17 and FA. RGB value is (1,23,250). Sum of RGB (Red+Green+Blue) = 1+23+250=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 250 (98.05% from 255 or 91.24% from 274); Max value from RGB is 250 - color contains mainly: blue. Hex color #0117FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0117FA is #FEE805. Grayscale: #292929. Windows color (decimal): -16705542 or 16389889. OLE color: 16389889.
HSL color Cylindrical-coordinate representation of color #0117FA: hue angle of 234.7º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0117FA is Cyan = 1.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 23 | 250 | - |
| CMYK | 1.00 | 0.91 | 0 | 0.02 |
| HSL | 234.7º | 0.99% | 0.49% | - |
| HSV(B) | 234.7º | 1% | 0.98% | - |
| XYZ | 17.57 | 7.52 | 90.97 | - |
| YUV | 42.3 | 245.21 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 250 | 1.00 | 0.91 | 0 | 0.02 | 234.7 | 0.99 | 0.49 |
| Hex | 1 | 17 | FA | 64 | 5B | 0 | 2 | EB | 63 | 31 |
| Octal | 1 | 27 | 372 | 144 | 133 | 0 | 2 | 353 | 143 | 61 |
| Binary | 1 | 10111 | 11111010 | 1100100 | 1011011 | 0 | 10 | 11101011 | 1100011 | 110001 |
Color Harmonies of #0117FA
Complementary color
Monochromatic Colors of #0117FA
Black with #0117FA
Text Example
Text Example
White with #0117FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0117FA; }
p { color: rgb(1,23,250); }
H1.HeaderClassName
{
color: #0117FA;
}
.AnyTagClassName
{
color: #0117FA;
}
</style>
background-color css
<style>
a { background-color: #0117FA; }
a { background-color: rgb(1,23,250); }
div.DivClassName
{
background-color: #0117FA;
}
.BgClassName
{
background-color: #0117FA;
}
</style>
border-color css
<style>
span { border-color: #0117FA; }
span { border-color: rgb(1,23,250); }
td.TdClassName
{
border-color: #0117FA;
}
.TagClassName
{
border-color: #0117FA;
}
</style>