Shades of Dodger Blue #0AA1F1
Tints of Dodger Blue #0AA1F1
RGB
CMYK
RGB Variations
Color information
#0AA1F1 (or 0x0AA1F1) is known color: Dodger Blue. HEX triplet: 0A, A1 and F1. RGB value is (10,161,241). Sum of RGB (Red+Green+Blue) = 10+161+241=412 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.43% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #0AA1F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AA1F1 is #F55E0E. Grayscale: #7C7C7C. Windows color (decimal): -16080399 or 15835402. OLE color: 15835402.
HSL color Cylindrical-coordinate representation of color #0AA1F1: hue angle of 200.78º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AA1F1 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 161 | 241 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.05 |
| HSL | 200.78º | 0.92% | 0.49% | - |
| HSV(B) | 200.78º | 0.96% | 0.95% | - |
| XYZ | 28.75 | 31.91 | 87.86 | - |
| YUV | 124.97 | 193.47 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 241 | 0.96 | 0.33 | 0 | 0.05 | 200.78 | 0.92 | 0.49 |
| Hex | A | A1 | F1 | 60 | 21 | 0 | 5 | C9 | 5C | 31 |
| Octal | 12 | 241 | 361 | 140 | 41 | 0 | 5 | 311 | 134 | 61 |
| Binary | 1010 | 10100001 | 11110001 | 1100000 | 100001 | 0 | 101 | 11001001 | 1011100 | 110001 |
Color Harmonies of #0AA1F1
Complementary color
Monochromatic Colors of #0AA1F1
Black with #0AA1F1
Text Example
Text Example
White with #0AA1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA1F1; }
p { color: rgb(10,161,241); }
H1.HeaderClassName
{
color: #0AA1F1;
}
.AnyTagClassName
{
color: #0AA1F1;
}
</style>
background-color css
<style>
a { background-color: #0AA1F1; }
a { background-color: rgb(10,161,241); }
div.DivClassName
{
background-color: #0AA1F1;
}
.BgClassName
{
background-color: #0AA1F1;
}
</style>
border-color css
<style>
span { border-color: #0AA1F1; }
span { border-color: rgb(10,161,241); }
td.TdClassName
{
border-color: #0AA1F1;
}
.TagClassName
{
border-color: #0AA1F1;
}
</style>