Shades of Blue #0701F8
Tints of Blue #0701F8
RGB
CMYK
RGB Variations
Color information
#0701F8 (or 0x0701F8) is known color: Blue. HEX triplet: 07, 01 and F8. RGB value is (7,1,248). Sum of RGB (Red+Green+Blue) = 7+1+248=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 248 (97.27% from 255 or 96.88% from 256); Max value from RGB is 248 - color contains mainly: blue. Hex color #0701F8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0701F8 is #F8FE07. Grayscale: #1D1D1D. Windows color (decimal): -16317960 or 16253191. OLE color: 16253191.
HSL color Cylindrical-coordinate representation of color #0701F8: hue angle of 241.46º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0701F8 is Cyan = 0.97, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 1 | 248 | - |
| CMYK | 0.97 | 1.00 | 0 | 0.03 |
| HSL | 241.46º | 0.99% | 0.49% | - |
| HSV(B) | 241.46º | 1% | 0.97% | - |
| XYZ | 17.04 | 6.84 | 89.23 | - |
| YUV | 30.95 | 250.49 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 248 | 0.97 | 1.00 | 0 | 0.03 | 241.46 | 0.99 | 0.49 |
| Hex | 7 | 1 | F8 | 61 | 64 | 0 | 3 | F1 | 63 | 31 |
| Octal | 7 | 1 | 370 | 141 | 144 | 0 | 3 | 361 | 143 | 61 |
| Binary | 111 | 1 | 11111000 | 1100001 | 1100100 | 0 | 11 | 11110001 | 1100011 | 110001 |
Color Harmonies of #0701F8
Complementary color
Monochromatic Colors of #0701F8
Black with #0701F8
Text Example
Text Example
White with #0701F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0701F8; }
p { color: rgb(7,1,248); }
H1.HeaderClassName
{
color: #0701F8;
}
.AnyTagClassName
{
color: #0701F8;
}
</style>
background-color css
<style>
a { background-color: #0701F8; }
a { background-color: rgb(7,1,248); }
div.DivClassName
{
background-color: #0701F8;
}
.BgClassName
{
background-color: #0701F8;
}
</style>
border-color css
<style>
span { border-color: #0701F8; }
span { border-color: rgb(7,1,248); }
td.TdClassName
{
border-color: #0701F8;
}
.TagClassName
{
border-color: #0701F8;
}
</style>