Shades of Blue #0807F4
Tints of Blue #0807F4
RGB
CMYK
RGB Variations
Color information
#0807F4 (or 0x0807F4) is known color: Blue. HEX triplet: 08, 07 and F4. RGB value is (8,7,244). Sum of RGB (Red+Green+Blue) = 8+7+244=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 244 (95.70% from 255 or 94.21% from 259); Max value from RGB is 244 - color contains mainly: blue. Hex color #0807F4 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0807F4 is #F7F80B. Grayscale: #212121. Windows color (decimal): -16250892 or 15992584. OLE color: 15992584.
HSL color Cylindrical-coordinate representation of color #0807F4: hue angle of 240.25º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0807F4 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 7 | 244 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.04 |
| HSL | 240.25º | 0.94% | 0.49% | - |
| HSV(B) | 240.25º | 0.97% | 0.96% | - |
| XYZ | 16.51 | 6.74 | 86.02 | - |
| YUV | 34.32 | 246.33 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 244 | 0.97 | 0.97 | 0 | 0.04 | 240.25 | 0.94 | 0.49 |
| Hex | 8 | 7 | F4 | 61 | 61 | 0 | 4 | F0 | 5E | 31 |
| Octal | 10 | 7 | 364 | 141 | 141 | 0 | 4 | 360 | 136 | 61 |
| Binary | 1000 | 111 | 11110100 | 1100001 | 1100001 | 0 | 100 | 11110000 | 1011110 | 110001 |
Color Harmonies of #0807F4
Complementary color
Monochromatic Colors of #0807F4
Black with #0807F4
Text Example
Text Example
White with #0807F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0807F4; }
p { color: rgb(8,7,244); }
H1.HeaderClassName
{
color: #0807F4;
}
.AnyTagClassName
{
color: #0807F4;
}
</style>
background-color css
<style>
a { background-color: #0807F4; }
a { background-color: rgb(8,7,244); }
div.DivClassName
{
background-color: #0807F4;
}
.BgClassName
{
background-color: #0807F4;
}
</style>
border-color css
<style>
span { border-color: #0807F4; }
span { border-color: rgb(8,7,244); }
td.TdClassName
{
border-color: #0807F4;
}
.TagClassName
{
border-color: #0807F4;
}
</style>