Shades of Dodger Blue #0A8AF1
Tints of Dodger Blue #0A8AF1
RGB
CMYK
RGB Variations
Color information
#0A8AF1 (or 0x0A8AF1) is known color: Dodger Blue. HEX triplet: 0A, 8A and F1. RGB value is (10,138,241). Sum of RGB (Red+Green+Blue) = 10+138+241=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #0A8AF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8AF1 is #F5750E. Grayscale: #6E6E6E. Windows color (decimal): -16086287 or 15829514. OLE color: 15829514.
HSL color Cylindrical-coordinate representation of color #0A8AF1: hue angle of 206.75º 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 #0A8AF1 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 138 | 241 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.05 |
| HSL | 206.75º | 0.92% | 0.49% | - |
| HSV(B) | 206.75º | 0.96% | 0.95% | - |
| XYZ | 25.09 | 24.59 | 86.64 | - |
| YUV | 111.47 | 201.09 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 241 | 0.96 | 0.43 | 0 | 0.05 | 206.75 | 0.92 | 0.49 |
| Hex | A | 8A | F1 | 60 | 2B | 0 | 5 | CF | 5C | 31 |
| Octal | 12 | 212 | 361 | 140 | 53 | 0 | 5 | 317 | 134 | 61 |
| Binary | 1010 | 10001010 | 11110001 | 1100000 | 101011 | 0 | 101 | 11001111 | 1011100 | 110001 |
Color Harmonies of #0A8AF1
Complementary color
Monochromatic Colors of #0A8AF1
Black with #0A8AF1
Text Example
Text Example
White with #0A8AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8AF1; }
p { color: rgb(10,138,241); }
H1.HeaderClassName
{
color: #0A8AF1;
}
.AnyTagClassName
{
color: #0A8AF1;
}
</style>
background-color css
<style>
a { background-color: #0A8AF1; }
a { background-color: rgb(10,138,241); }
div.DivClassName
{
background-color: #0A8AF1;
}
.BgClassName
{
background-color: #0A8AF1;
}
</style>
border-color css
<style>
span { border-color: #0A8AF1; }
span { border-color: rgb(10,138,241); }
td.TdClassName
{
border-color: #0A8AF1;
}
.TagClassName
{
border-color: #0A8AF1;
}
</style>