Shades of Dodger Blue #018AED
Tints of Dodger Blue #018AED
RGB
CMYK
RGB Variations
Color information
#018AED (or 0x018AED) is known color: Dodger Blue. HEX triplet: 01, 8A and ED. RGB value is (1,138,237). Sum of RGB (Red+Green+Blue) = 1+138+237=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #018AED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018AED is #FE7512. Grayscale: #6B6B6B. Windows color (decimal): -16676115 or 15567361. OLE color: 15567361.
HSL color Cylindrical-coordinate representation of color #018AED: hue angle of 205.17º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018AED is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 138 | 237 | - |
| CMYK | 1.00 | 0.42 | 0 | 0.07 |
| HSL | 205.17º | 0.99% | 0.47% | - |
| HSV(B) | 205.17º | 1% | 0.93% | - |
| XYZ | 24.39 | 24.3 | 83.53 | - |
| YUV | 108.32 | 200.61 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 237 | 1.00 | 0.42 | 0 | 0.07 | 205.17 | 0.99 | 0.47 |
| Hex | 1 | 8A | ED | 64 | 2A | 0 | 7 | CD | 63 | 2F |
| Octal | 1 | 212 | 355 | 144 | 52 | 0 | 7 | 315 | 143 | 57 |
| Binary | 1 | 10001010 | 11101101 | 1100100 | 101010 | 0 | 111 | 11001101 | 1100011 | 101111 |
Color Harmonies of #018AED
Complementary color
Monochromatic Colors of #018AED
Black with #018AED
Text Example
Text Example
White with #018AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018AED; }
p { color: rgb(1,138,237); }
H1.HeaderClassName
{
color: #018AED;
}
.AnyTagClassName
{
color: #018AED;
}
</style>
background-color css
<style>
a { background-color: #018AED; }
a { background-color: rgb(1,138,237); }
div.DivClassName
{
background-color: #018AED;
}
.BgClassName
{
background-color: #018AED;
}
</style>
border-color css
<style>
span { border-color: #018AED; }
span { border-color: rgb(1,138,237); }
td.TdClassName
{
border-color: #018AED;
}
.TagClassName
{
border-color: #018AED;
}
</style>