Shades of Blue #0A04ED
Tints of Blue #0A04ED
RGB
CMYK
RGB Variations
Color information
#0A04ED (or 0x0A04ED) is known color: Blue. HEX triplet: 0A, 04 and ED. RGB value is (10,4,237). Sum of RGB (Red+Green+Blue) = 10+4+237=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 237 (92.97% from 255 or 94.42% from 251); Max value from RGB is 237 - color contains mainly: blue. Hex color #0A04ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0A04ED is #F5FB12. Grayscale: #1F1F1F. Windows color (decimal): -16120595 or 15533066. OLE color: 15533066.
HSL color Cylindrical-coordinate representation of color #0A04ED: hue angle of 241.55º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0A04ED is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 4 | 237 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.07 |
| HSL | 241.55º | 0.97% | 0.47% | - |
| HSV(B) | 241.55º | 0.98% | 0.93% | - |
| XYZ | 15.45 | 6.27 | 80.52 | - |
| YUV | 32.36 | 243.49 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 237 | 0.96 | 0.98 | 0 | 0.07 | 241.55 | 0.97 | 0.47 |
| Hex | A | 4 | ED | 60 | 62 | 0 | 7 | F2 | 61 | 2F |
| Octal | 12 | 4 | 355 | 140 | 142 | 0 | 7 | 362 | 141 | 57 |
| Binary | 1010 | 100 | 11101101 | 1100000 | 1100010 | 0 | 111 | 11110010 | 1100001 | 101111 |
Color Harmonies of #0A04ED
Complementary color
Monochromatic Colors of #0A04ED
Black with #0A04ED
Text Example
Text Example
White with #0A04ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A04ED; }
p { color: rgb(10,4,237); }
H1.HeaderClassName
{
color: #0A04ED;
}
.AnyTagClassName
{
color: #0A04ED;
}
</style>
background-color css
<style>
a { background-color: #0A04ED; }
a { background-color: rgb(10,4,237); }
div.DivClassName
{
background-color: #0A04ED;
}
.BgClassName
{
background-color: #0A04ED;
}
</style>
border-color css
<style>
span { border-color: #0A04ED; }
span { border-color: rgb(10,4,237); }
td.TdClassName
{
border-color: #0A04ED;
}
.TagClassName
{
border-color: #0A04ED;
}
</style>