Shades of Blue #010AEE
Tints of Blue #010AEE
RGB
CMYK
RGB Variations
Color information
#010AEE (or 0x010AEE) is known color: Blue. HEX triplet: 01, 0A and EE. RGB value is (1,10,238). Sum of RGB (Red+Green+Blue) = 1+10+238=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 238 (93.36% from 255 or 95.58% from 249); Max value from RGB is 238 - color contains mainly: blue. Hex color #010AEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010AEE is #FEF511. Grayscale: #202020. Windows color (decimal): -16708882 or 15600129. OLE color: 15600129.
HSL color Cylindrical-coordinate representation of color #010AEE: hue angle of 237.72º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010AEE is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 10 | 238 | - |
| CMYK | 1.00 | 0.96 | 0 | 0.07 |
| HSL | 237.72º | 0.99% | 0.47% | - |
| HSV(B) | 237.72º | 1% | 0.93% | - |
| XYZ | 15.55 | 6.4 | 81.3 | - |
| YUV | 33.3 | 243.52 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 10 | 238 | 1.00 | 0.96 | 0 | 0.07 | 237.72 | 0.99 | 0.47 |
| Hex | 1 | A | EE | 64 | 60 | 0 | 7 | EE | 63 | 2F |
| Octal | 1 | 12 | 356 | 144 | 140 | 0 | 7 | 356 | 143 | 57 |
| Binary | 1 | 1010 | 11101110 | 1100100 | 1100000 | 0 | 111 | 11101110 | 1100011 | 101111 |
Color Harmonies of #010AEE
Complementary color
Monochromatic Colors of #010AEE
Black with #010AEE
Text Example
Text Example
White with #010AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010AEE; }
p { color: rgb(1,10,238); }
H1.HeaderClassName
{
color: #010AEE;
}
.AnyTagClassName
{
color: #010AEE;
}
</style>
background-color css
<style>
a { background-color: #010AEE; }
a { background-color: rgb(1,10,238); }
div.DivClassName
{
background-color: #010AEE;
}
.BgClassName
{
background-color: #010AEE;
}
</style>
border-color css
<style>
span { border-color: #010AEE; }
span { border-color: rgb(1,10,238); }
td.TdClassName
{
border-color: #010AEE;
}
.TagClassName
{
border-color: #010AEE;
}
</style>