Shades of Dodger Blue #008AFE
Tints of Dodger Blue #008AFE
RGB
CMYK
RGB Variations
Color information
#008AFE (or 0x008AFE) is known color: Dodger Blue. HEX triplet: 00, 8A and FE. RGB value is (0,138,254). Sum of RGB (Red+Green+Blue) = 0+138+254=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #008AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008AFE is #FF7501. Grayscale: #6D6D6D. Windows color (decimal): -16741634 or 16681472. OLE color: 16681472.
HSL color Cylindrical-coordinate representation of color #008AFE: hue angle of 207.4º 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 #008AFE is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 138 | 254 | - |
| CMYK | 1 | 0.46 | 0 | 0.00 |
| HSL | 207.4º | 1% | 0.5% | - |
| HSV(B) | 207.4º | 1% | 1% | - |
| XYZ | 26.98 | 25.33 | 97.23 | - |
| YUV | 109.96 | 209.28 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 254 | 1 | 0.46 | 0 | 0.00 | 207.4 | 1 | 0.5 |
| Hex | 0 | 8A | FE | 64 | 2E | 0 | 0 | CF | 64 | 32 |
| Octal | 0 | 212 | 376 | 144 | 56 | 0 | 0 | 317 | 144 | 62 |
| Binary | 0 | 10001010 | 11111110 | 1100100 | 101110 | 0 | 0 | 11001111 | 1100100 | 110010 |
Color Harmonies of #008AFE
Complementary color
Monochromatic Colors of #008AFE
Black with #008AFE
Text Example
Text Example
White with #008AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AFE; }
p { color: rgb(0,138,254); }
H1.HeaderClassName
{
color: #008AFE;
}
.AnyTagClassName
{
color: #008AFE;
}
</style>
background-color css
<style>
a { background-color: #008AFE; }
a { background-color: rgb(0,138,254); }
div.DivClassName
{
background-color: #008AFE;
}
.BgClassName
{
background-color: #008AFE;
}
</style>
border-color css
<style>
span { border-color: #008AFE; }
span { border-color: rgb(0,138,254); }
td.TdClassName
{
border-color: #008AFE;
}
.TagClassName
{
border-color: #008AFE;
}
</style>