Shades of Blue #0108F1
Tints of Blue #0108F1
RGB
CMYK
RGB Variations
Color information
#0108F1 (or 0x0108F1) is known color: Blue. HEX triplet: 01, 08 and F1. RGB value is (1,8,241). Sum of RGB (Red+Green+Blue) = 1+8+241=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 241 (94.53% from 255 or 96.4% from 250); Max value from RGB is 241 - color contains mainly: blue. Hex color #0108F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0108F1 is #FEF70E. Grayscale: #1F1F1F. Windows color (decimal): -16709391 or 15796225. OLE color: 15796225.
HSL color Cylindrical-coordinate representation of color #0108F1: hue angle of 238.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0108F1 is Cyan = 1.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 8 | 241 | - |
| CMYK | 1.00 | 0.97 | 0 | 0.05 |
| HSL | 238.25º | 0.99% | 0.47% | - |
| HSV(B) | 238.25º | 1% | 0.95% | - |
| XYZ | 15.98 | 6.53 | 83.64 | - |
| YUV | 32.47 | 245.68 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 241 | 1.00 | 0.97 | 0 | 0.05 | 238.25 | 0.99 | 0.47 |
| Hex | 1 | 8 | F1 | 64 | 61 | 0 | 5 | EE | 63 | 2F |
| Octal | 1 | 10 | 361 | 144 | 141 | 0 | 5 | 356 | 143 | 57 |
| Binary | 1 | 1000 | 11110001 | 1100100 | 1100001 | 0 | 101 | 11101110 | 1100011 | 101111 |
Color Harmonies of #0108F1
Complementary color
Monochromatic Colors of #0108F1
Black with #0108F1
Text Example
Text Example
White with #0108F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0108F1; }
p { color: rgb(1,8,241); }
H1.HeaderClassName
{
color: #0108F1;
}
.AnyTagClassName
{
color: #0108F1;
}
</style>
background-color css
<style>
a { background-color: #0108F1; }
a { background-color: rgb(1,8,241); }
div.DivClassName
{
background-color: #0108F1;
}
.BgClassName
{
background-color: #0108F1;
}
</style>
border-color css
<style>
span { border-color: #0108F1; }
span { border-color: rgb(1,8,241); }
td.TdClassName
{
border-color: #0108F1;
}
.TagClassName
{
border-color: #0108F1;
}
</style>