Shades of Dodger Blue #008AED
Tints of Dodger Blue #008AED
RGB
CMYK
RGB Variations
Color information
#008AED (or 0x008AED) is known color: Dodger Blue. HEX triplet: 00, 8A and ED. RGB value is (0,138,237). Sum of RGB (Red+Green+Blue) = 0+138+237=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #008AED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008AED is #FF7512. Grayscale: #6B6B6B. Windows color (decimal): -16741651 or 15567360. OLE color: 15567360.
HSL color Cylindrical-coordinate representation of color #008AED: hue angle of 205.06º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AED is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 138 | 237 | - |
| CMYK | 1 | 0.42 | 0 | 0.07 |
| HSL | 205.06º | 1% | 0.46% | - |
| HSV(B) | 205.06º | 1% | 0.93% | - |
| XYZ | 24.37 | 24.29 | 83.52 | - |
| YUV | 108.02 | 200.78 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 237 | 1 | 0.42 | 0 | 0.07 | 205.06 | 1 | 0.46 |
| Hex | 0 | 8A | ED | 64 | 2A | 0 | 7 | CD | 64 | 2E |
| Octal | 0 | 212 | 355 | 144 | 52 | 0 | 7 | 315 | 144 | 56 |
| Binary | 0 | 10001010 | 11101101 | 1100100 | 101010 | 0 | 111 | 11001101 | 1100100 | 101110 |
Color Harmonies of #008AED
Complementary color
Monochromatic Colors of #008AED
Black with #008AED
Text Example
Text Example
White with #008AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AED; }
p { color: rgb(0,138,237); }
H1.HeaderClassName
{
color: #008AED;
}
.AnyTagClassName
{
color: #008AED;
}
</style>
background-color css
<style>
a { background-color: #008AED; }
a { background-color: rgb(0,138,237); }
div.DivClassName
{
background-color: #008AED;
}
.BgClassName
{
background-color: #008AED;
}
</style>
border-color css
<style>
span { border-color: #008AED; }
span { border-color: rgb(0,138,237); }
td.TdClassName
{
border-color: #008AED;
}
.TagClassName
{
border-color: #008AED;
}
</style>