Shades of Dodger Blue #008AFF
Tints of Dodger Blue #008AFF
RGB
CMYK
RGB Variations
Color information
#008AFF (or 0x008AFF) is known color: Dodger Blue. HEX triplet: 00, 8A and FF. RGB value is (0,138,255). Sum of RGB (Red+Green+Blue) = 0+138+255=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #008AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008AFF is #FF7500. Grayscale: #6D6D6D. Windows color (decimal): -16741633 or 16747008. OLE color: 16747008.
HSL color Cylindrical-coordinate representation of color #008AFF: hue angle of 207.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AFF is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 138 | 255 | - |
| CMYK | 1 | 0.46 | 0 | 0 |
| HSL | 207.53º | 1% | 0.5% | - |
| HSV(B) | 207.53º | 1% | 1% | - |
| XYZ | 27.14 | 25.4 | 98.08 | - |
| YUV | 110.08 | 209.78 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 255 | 1 | 0.46 | 0 | 0 | 207.53 | 1 | 0.5 |
| Hex | 0 | 8A | FF | 64 | 2E | 0 | 0 | D0 | 64 | 32 |
| Octal | 0 | 212 | 377 | 144 | 56 | 0 | 0 | 320 | 144 | 62 |
| Binary | 0 | 10001010 | 11111111 | 1100100 | 101110 | 0 | 0 | 11010000 | 1100100 | 110010 |
Color Harmonies of #008AFF
Complementary color
Monochromatic Colors of #008AFF
Black with #008AFF
Text Example
Text Example
White with #008AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AFF; }
p { color: rgb(0,138,255); }
H1.HeaderClassName
{
color: #008AFF;
}
.AnyTagClassName
{
color: #008AFF;
}
</style>
background-color css
<style>
a { background-color: #008AFF; }
a { background-color: rgb(0,138,255); }
div.DivClassName
{
background-color: #008AFF;
}
.BgClassName
{
background-color: #008AFF;
}
</style>
border-color css
<style>
span { border-color: #008AFF; }
span { border-color: rgb(0,138,255); }
td.TdClassName
{
border-color: #008AFF;
}
.TagClassName
{
border-color: #008AFF;
}
</style>