Shades of Blue #0807EA
Tints of Blue #0807EA
RGB
CMYK
RGB Variations
Color information
#0807EA (or 0x0807EA) is known color: Blue. HEX triplet: 08, 07 and EA. RGB value is (8,7,234). Sum of RGB (Red+Green+Blue) = 8+7+234=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 234 (91.80% from 255 or 93.98% from 249); Max value from RGB is 234 - color contains mainly: blue. Hex color #0807EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0807EA is #F7F815. Grayscale: #202020. Windows color (decimal): -16250902 or 15337224. OLE color: 15337224.
HSL color Cylindrical-coordinate representation of color #0807EA: hue angle of 240.26º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0807EA is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 7 | 234 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.08 |
| HSL | 240.26º | 0.94% | 0.47% | - |
| HSV(B) | 240.26º | 0.97% | 0.92% | - |
| XYZ | 15.03 | 6.14 | 78.24 | - |
| YUV | 33.18 | 241.33 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 234 | 0.97 | 0.97 | 0 | 0.08 | 240.26 | 0.94 | 0.47 |
| Hex | 8 | 7 | EA | 61 | 61 | 0 | 8 | F0 | 5E | 2F |
| Octal | 10 | 7 | 352 | 141 | 141 | 0 | 10 | 360 | 136 | 57 |
| Binary | 1000 | 111 | 11101010 | 1100001 | 1100001 | 0 | 1000 | 11110000 | 1011110 | 101111 |
Color Harmonies of #0807EA
Complementary color
Monochromatic Colors of #0807EA
Black with #0807EA
Text Example
Text Example
White with #0807EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0807EA; }
p { color: rgb(8,7,234); }
H1.HeaderClassName
{
color: #0807EA;
}
.AnyTagClassName
{
color: #0807EA;
}
</style>
background-color css
<style>
a { background-color: #0807EA; }
a { background-color: rgb(8,7,234); }
div.DivClassName
{
background-color: #0807EA;
}
.BgClassName
{
background-color: #0807EA;
}
</style>
border-color css
<style>
span { border-color: #0807EA; }
span { border-color: rgb(8,7,234); }
td.TdClassName
{
border-color: #0807EA;
}
.TagClassName
{
border-color: #0807EA;
}
</style>