Shades of Blue #0009EE
Tints of Blue #0009EE
RGB
CMYK
RGB Variations
Color information
#0009EE (or 0x0009EE) is known color: Blue. HEX triplet: 00, 09 and EE. RGB value is (0,9,238). Sum of RGB (Red+Green+Blue) = 0+9+238=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 238 (93.36% from 255 or 96.36% from 247); Max value from RGB is 238 - color contains mainly: blue. Hex color #0009EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0009EE is #FFF611. Grayscale: #1F1F1F. Windows color (decimal): -16774674 or 15599872. OLE color: 15599872.
HSL color Cylindrical-coordinate representation of color #0009EE: hue angle of 237.73º 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 #0009EE is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 9 | 238 | - |
| CMYK | 1 | 0.96 | 0 | 0.07 |
| HSL | 237.73º | 1% | 0.47% | - |
| HSV(B) | 237.73º | 1% | 0.93% | - |
| XYZ | 15.53 | 6.37 | 81.3 | - |
| YUV | 32.42 | 244.02 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 238 | 1 | 0.96 | 0 | 0.07 | 237.73 | 1 | 0.47 |
| Hex | 0 | 9 | EE | 64 | 60 | 0 | 7 | EE | 64 | 2F |
| Octal | 0 | 11 | 356 | 144 | 140 | 0 | 7 | 356 | 144 | 57 |
| Binary | 0 | 1001 | 11101110 | 1100100 | 1100000 | 0 | 111 | 11101110 | 1100100 | 101111 |
Color Harmonies of #0009EE
Complementary color
Monochromatic Colors of #0009EE
Black with #0009EE
Text Example
Text Example
White with #0009EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0009EE; }
p { color: rgb(0,9,238); }
H1.HeaderClassName
{
color: #0009EE;
}
.AnyTagClassName
{
color: #0009EE;
}
</style>
background-color css
<style>
a { background-color: #0009EE; }
a { background-color: rgb(0,9,238); }
div.DivClassName
{
background-color: #0009EE;
}
.BgClassName
{
background-color: #0009EE;
}
</style>
border-color css
<style>
span { border-color: #0009EE; }
span { border-color: rgb(0,9,238); }
td.TdClassName
{
border-color: #0009EE;
}
.TagClassName
{
border-color: #0009EE;
}
</style>