Shades of Dodger Blue #008AE5
Tints of Dodger Blue #008AE5
RGB
CMYK
RGB Variations
Color information
#008AE5 (or 0x008AE5) is known color: Dodger Blue. HEX triplet: 00, 8A and E5. RGB value is (0,138,229). Sum of RGB (Red+Green+Blue) = 0+138+229=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 229 (89.84% from 255 or 62.40% from 367); Max value from RGB is 229 - color contains mainly: blue. Hex color #008AE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008AE5 is #FF751A. Grayscale: #6A6A6A. Windows color (decimal): -16741659 or 15043072. OLE color: 15043072.
HSL color Cylindrical-coordinate representation of color #008AE5: hue angle of 203.84º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AE5 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 138 | 229 | - |
| CMYK | 1 | 0.40 | 0 | 0.10 |
| HSL | 203.84º | 1% | 0.45% | - |
| HSV(B) | 203.84º | 1% | 0.9% | - |
| XYZ | 23.23 | 23.83 | 77.5 | - |
| YUV | 107.11 | 196.78 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 229 | 1 | 0.40 | 0 | 0.10 | 203.84 | 1 | 0.45 |
| Hex | 0 | 8A | E5 | 64 | 28 | 0 | A | CC | 64 | 2D |
| Octal | 0 | 212 | 345 | 144 | 50 | 0 | 12 | 314 | 144 | 55 |
| Binary | 0 | 10001010 | 11100101 | 1100100 | 101000 | 0 | 1010 | 11001100 | 1100100 | 101101 |
Color Harmonies of #008AE5
Complementary color
Monochromatic Colors of #008AE5
Black with #008AE5
Text Example
Text Example
White with #008AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AE5; }
p { color: rgb(0,138,229); }
H1.HeaderClassName
{
color: #008AE5;
}
.AnyTagClassName
{
color: #008AE5;
}
</style>
background-color css
<style>
a { background-color: #008AE5; }
a { background-color: rgb(0,138,229); }
div.DivClassName
{
background-color: #008AE5;
}
.BgClassName
{
background-color: #008AE5;
}
</style>
border-color css
<style>
span { border-color: #008AE5; }
span { border-color: rgb(0,138,229); }
td.TdClassName
{
border-color: #008AE5;
}
.TagClassName
{
border-color: #008AE5;
}
</style>