Shades of Dodger Blue #008AF8
Tints of Dodger Blue #008AF8
RGB
CMYK
RGB Variations
Color information
#008AF8 (or 0x008AF8) is known color: Dodger Blue. HEX triplet: 00, 8A and F8. RGB value is (0,138,248). Sum of RGB (Red+Green+Blue) = 0+138+248=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 248 (97.27% from 255 or 64.25% from 386); Max value from RGB is 248 - color contains mainly: blue. Hex color #008AF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008AF8 is #FF7507. Grayscale: #6C6C6C. Windows color (decimal): -16741640 or 16288256. OLE color: 16288256.
HSL color Cylindrical-coordinate representation of color #008AF8: hue angle of 206.61º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AF8 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 138 | 248 | - |
| CMYK | 1 | 0.44 | 0 | 0.03 |
| HSL | 206.61º | 1% | 0.49% | - |
| HSV(B) | 206.61º | 1% | 0.97% | - |
| XYZ | 26.03 | 24.95 | 92.25 | - |
| YUV | 109.28 | 206.28 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 248 | 1 | 0.44 | 0 | 0.03 | 206.61 | 1 | 0.49 |
| Hex | 0 | 8A | F8 | 64 | 2C | 0 | 3 | CF | 64 | 31 |
| Octal | 0 | 212 | 370 | 144 | 54 | 0 | 3 | 317 | 144 | 61 |
| Binary | 0 | 10001010 | 11111000 | 1100100 | 101100 | 0 | 11 | 11001111 | 1100100 | 110001 |
Color Harmonies of #008AF8
Complementary color
Monochromatic Colors of #008AF8
Black with #008AF8
Text Example
Text Example
White with #008AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AF8; }
p { color: rgb(0,138,248); }
H1.HeaderClassName
{
color: #008AF8;
}
.AnyTagClassName
{
color: #008AF8;
}
</style>
background-color css
<style>
a { background-color: #008AF8; }
a { background-color: rgb(0,138,248); }
div.DivClassName
{
background-color: #008AF8;
}
.BgClassName
{
background-color: #008AF8;
}
</style>
border-color css
<style>
span { border-color: #008AF8; }
span { border-color: rgb(0,138,248); }
td.TdClassName
{
border-color: #008AF8;
}
.TagClassName
{
border-color: #008AF8;
}
</style>