Shades of Dodger Blue #0AA4FE
Tints of Dodger Blue #0AA4FE
RGB
CMYK
RGB Variations
Color information
#0AA4FE (or 0x0AA4FE) is known color: Dodger Blue. HEX triplet: 0A, A4 and FE. RGB value is (10,164,254). Sum of RGB (Red+Green+Blue) = 10+164+254=428 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #0AA4FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA4FE is #F55B01. Grayscale: #7F7F7F. Windows color (decimal): -16079618 or 16688138. OLE color: 16688138.
HSL color Cylindrical-coordinate representation of color #0AA4FE: hue angle of 202.13º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AA4FE is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 164 | 254 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.00 |
| HSL | 202.13º | 0.99% | 0.52% | - |
| HSV(B) | 202.13º | 0.96% | 1% | - |
| XYZ | 31.29 | 33.77 | 98.64 | - |
| YUV | 128.21 | 198.98 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 164 | 254 | 0.96 | 0.35 | 0 | 0.00 | 202.13 | 0.99 | 0.52 |
| Hex | A | A4 | FE | 60 | 23 | 0 | 0 | CA | 63 | 34 |
| Octal | 12 | 244 | 376 | 140 | 43 | 0 | 0 | 312 | 143 | 64 |
| Binary | 1010 | 10100100 | 11111110 | 1100000 | 100011 | 0 | 0 | 11001010 | 1100011 | 110100 |
Color Harmonies of #0AA4FE
Complementary color
Monochromatic Colors of #0AA4FE
Black with #0AA4FE
Text Example
Text Example
White with #0AA4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA4FE; }
p { color: rgb(10,164,254); }
H1.HeaderClassName
{
color: #0AA4FE;
}
.AnyTagClassName
{
color: #0AA4FE;
}
</style>
background-color css
<style>
a { background-color: #0AA4FE; }
a { background-color: rgb(10,164,254); }
div.DivClassName
{
background-color: #0AA4FE;
}
.BgClassName
{
background-color: #0AA4FE;
}
</style>
border-color css
<style>
span { border-color: #0AA4FE; }
span { border-color: rgb(10,164,254); }
td.TdClassName
{
border-color: #0AA4FE;
}
.TagClassName
{
border-color: #0AA4FE;
}
</style>