Shades of Blue #0700EA
Tints of Blue #0700EA
RGB
CMYK
RGB Variations
Color information
#0700EA (or 0x0700EA) is known color: Blue. HEX triplet: 07, 00 and EA. RGB value is (7,0,234). Sum of RGB (Red+Green+Blue) = 7+0+234=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 234 (91.80% from 255 or 97.10% from 241); Max value from RGB is 234 - color contains mainly: blue. Hex color #0700EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0700EA is #F8FF15. Grayscale: #1B1B1B. Windows color (decimal): -16318230 or 15335431. OLE color: 15335431.
HSL color Cylindrical-coordinate representation of color #0700EA: hue angle of 241.79º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0700EA is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 0 | 234 | - |
| CMYK | 0.97 | 1 | 0 | 0.08 |
| HSL | 241.79º | 1% | 0.46% | - |
| HSV(B) | 241.79º | 1% | 0.92% | - |
| XYZ | 14.94 | 5.99 | 78.21 | - |
| YUV | 28.77 | 243.82 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 234 | 0.97 | 1 | 0 | 0.08 | 241.79 | 1 | 0.46 |
| Hex | 7 | 0 | EA | 61 | 64 | 0 | 8 | F2 | 64 | 2E |
| Octal | 7 | 0 | 352 | 141 | 144 | 0 | 10 | 362 | 144 | 56 |
| Binary | 111 | 0 | 11101010 | 1100001 | 1100100 | 0 | 1000 | 11110010 | 1100100 | 101110 |
Color Harmonies of #0700EA
Complementary color
Monochromatic Colors of #0700EA
Black with #0700EA
Text Example
Text Example
White with #0700EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0700EA; }
p { color: rgb(7,0,234); }
H1.HeaderClassName
{
color: #0700EA;
}
.AnyTagClassName
{
color: #0700EA;
}
</style>
background-color css
<style>
a { background-color: #0700EA; }
a { background-color: rgb(7,0,234); }
div.DivClassName
{
background-color: #0700EA;
}
.BgClassName
{
background-color: #0700EA;
}
</style>
border-color css
<style>
span { border-color: #0700EA; }
span { border-color: rgb(7,0,234); }
td.TdClassName
{
border-color: #0700EA;
}
.TagClassName
{
border-color: #0700EA;
}
</style>