Shades of Dodger Blue #0AA3FE
Tints of Dodger Blue #0AA3FE
RGB
CMYK
RGB Variations
Color information
#0AA3FE (or 0x0AA3FE) is known color: Dodger Blue. HEX triplet: 0A, A3 and FE. RGB value is (10,163,254). Sum of RGB (Red+Green+Blue) = 10+163+254=427 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.34% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #0AA3FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA3FE is #F55C01. Grayscale: #7F7F7F. Windows color (decimal): -16079874 or 16687882. OLE color: 16687882.
HSL color Cylindrical-coordinate representation of color #0AA3FE: hue angle of 202.38º 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 #0AA3FE is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 163 | 254 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.00 |
| HSL | 202.38º | 0.99% | 0.52% | - |
| HSV(B) | 202.38º | 0.96% | 1% | - |
| XYZ | 31.11 | 33.41 | 98.58 | - |
| YUV | 127.63 | 199.31 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 163 | 254 | 0.96 | 0.36 | 0 | 0.00 | 202.38 | 0.99 | 0.52 |
| Hex | A | A3 | FE | 60 | 24 | 0 | 0 | CA | 63 | 34 |
| Octal | 12 | 243 | 376 | 140 | 44 | 0 | 0 | 312 | 143 | 64 |
| Binary | 1010 | 10100011 | 11111110 | 1100000 | 100100 | 0 | 0 | 11001010 | 1100011 | 110100 |
Color Harmonies of #0AA3FE
Complementary color
Monochromatic Colors of #0AA3FE
Black with #0AA3FE
Text Example
Text Example
White with #0AA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA3FE; }
p { color: rgb(10,163,254); }
H1.HeaderClassName
{
color: #0AA3FE;
}
.AnyTagClassName
{
color: #0AA3FE;
}
</style>
background-color css
<style>
a { background-color: #0AA3FE; }
a { background-color: rgb(10,163,254); }
div.DivClassName
{
background-color: #0AA3FE;
}
.BgClassName
{
background-color: #0AA3FE;
}
</style>
border-color css
<style>
span { border-color: #0AA3FE; }
span { border-color: rgb(10,163,254); }
td.TdClassName
{
border-color: #0AA3FE;
}
.TagClassName
{
border-color: #0AA3FE;
}
</style>