Shades of Blue #0007EE
Tints of Blue #0007EE
RGB
CMYK
RGB Variations
Color information
#0007EE (or 0x0007EE) is known color: Blue. HEX triplet: 00, 07 and EE. RGB value is (0,7,238). Sum of RGB (Red+Green+Blue) = 0+7+238=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 238 (93.36% from 255 or 97.14% from 245); Max value from RGB is 238 - color contains mainly: blue. Hex color #0007EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0007EE is #FFF811. Grayscale: #1E1E1E. Windows color (decimal): -16775186 or 15599360. OLE color: 15599360.
HSL color Cylindrical-coordinate representation of color #0007EE: hue angle of 238.24º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0007EE is Cyan = 1, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 7 | 238 | - |
| CMYK | 1 | 0.97 | 0 | 0.07 |
| HSL | 238.24º | 1% | 0.47% | - |
| HSV(B) | 238.24º | 1% | 0.93% | - |
| XYZ | 15.51 | 6.33 | 81.29 | - |
| YUV | 31.24 | 244.68 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 238 | 1 | 0.97 | 0 | 0.07 | 238.24 | 1 | 0.47 |
| Hex | 0 | 7 | EE | 64 | 61 | 0 | 7 | EE | 64 | 2F |
| Octal | 0 | 7 | 356 | 144 | 141 | 0 | 7 | 356 | 144 | 57 |
| Binary | 0 | 111 | 11101110 | 1100100 | 1100001 | 0 | 111 | 11101110 | 1100100 | 101111 |
Color Harmonies of #0007EE
Complementary color
Monochromatic Colors of #0007EE
Black with #0007EE
Text Example
Text Example
White with #0007EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0007EE; }
p { color: rgb(0,7,238); }
H1.HeaderClassName
{
color: #0007EE;
}
.AnyTagClassName
{
color: #0007EE;
}
</style>
background-color css
<style>
a { background-color: #0007EE; }
a { background-color: rgb(0,7,238); }
div.DivClassName
{
background-color: #0007EE;
}
.BgClassName
{
background-color: #0007EE;
}
</style>
border-color css
<style>
span { border-color: #0007EE; }
span { border-color: rgb(0,7,238); }
td.TdClassName
{
border-color: #0007EE;
}
.TagClassName
{
border-color: #0007EE;
}
</style>