Shades of Dodger Blue #008AFC
Tints of Dodger Blue #008AFC
RGB
CMYK
RGB Variations
Color information
#008AFC (or 0x008AFC) is known color: Dodger Blue. HEX triplet: 00, 8A and FC. RGB value is (0,138,252). Sum of RGB (Red+Green+Blue) = 0+138+252=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #008AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008AFC is #FF7503. Grayscale: #6D6D6D. Windows color (decimal): -16741636 or 16550400. OLE color: 16550400.
HSL color Cylindrical-coordinate representation of color #008AFC: hue angle of 207.14º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AFC is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 138 | 252 | - |
| CMYK | 1 | 0.45 | 0 | 0.01 |
| HSL | 207.14º | 1% | 0.49% | - |
| HSV(B) | 207.14º | 1% | 0.99% | - |
| XYZ | 26.66 | 25.21 | 95.56 | - |
| YUV | 109.73 | 208.28 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 252 | 1 | 0.45 | 0 | 0.01 | 207.14 | 1 | 0.49 |
| Hex | 0 | 8A | FC | 64 | 2D | 0 | 1 | CF | 64 | 31 |
| Octal | 0 | 212 | 374 | 144 | 55 | 0 | 1 | 317 | 144 | 61 |
| Binary | 0 | 10001010 | 11111100 | 1100100 | 101101 | 0 | 1 | 11001111 | 1100100 | 110001 |
Color Harmonies of #008AFC
Complementary color
Monochromatic Colors of #008AFC
Black with #008AFC
Text Example
Text Example
White with #008AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AFC; }
p { color: rgb(0,138,252); }
H1.HeaderClassName
{
color: #008AFC;
}
.AnyTagClassName
{
color: #008AFC;
}
</style>
background-color css
<style>
a { background-color: #008AFC; }
a { background-color: rgb(0,138,252); }
div.DivClassName
{
background-color: #008AFC;
}
.BgClassName
{
background-color: #008AFC;
}
</style>
border-color css
<style>
span { border-color: #008AFC; }
span { border-color: rgb(0,138,252); }
td.TdClassName
{
border-color: #008AFC;
}
.TagClassName
{
border-color: #008AFC;
}
</style>