Shades of Dodger Blue #018BED
Tints of Dodger Blue #018BED
RGB
CMYK
RGB Variations
Color information
#018BED (or 0x018BED) is known color: Dodger Blue. HEX triplet: 01, 8B and ED. RGB value is (1,139,237). Sum of RGB (Red+Green+Blue) = 1+139+237=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #018BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018BED is #FE7412. Grayscale: #6C6C6C. Windows color (decimal): -16675859 or 15567617. OLE color: 15567617.
HSL color Cylindrical-coordinate representation of color #018BED: hue angle of 204.92º 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 #018BED is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 139 | 237 | - |
| CMYK | 1.00 | 0.41 | 0 | 0.07 |
| HSL | 204.92º | 0.99% | 0.47% | - |
| HSV(B) | 204.92º | 1% | 0.93% | - |
| XYZ | 24.53 | 24.59 | 83.57 | - |
| YUV | 108.91 | 200.28 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 237 | 1.00 | 0.41 | 0 | 0.07 | 204.92 | 0.99 | 0.47 |
| Hex | 1 | 8B | ED | 64 | 29 | 0 | 7 | CD | 63 | 2F |
| Octal | 1 | 213 | 355 | 144 | 51 | 0 | 7 | 315 | 143 | 57 |
| Binary | 1 | 10001011 | 11101101 | 1100100 | 101001 | 0 | 111 | 11001101 | 1100011 | 101111 |
Color Harmonies of #018BED
Complementary color
Monochromatic Colors of #018BED
Black with #018BED
Text Example
Text Example
White with #018BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BED; }
p { color: rgb(1,139,237); }
H1.HeaderClassName
{
color: #018BED;
}
.AnyTagClassName
{
color: #018BED;
}
</style>
background-color css
<style>
a { background-color: #018BED; }
a { background-color: rgb(1,139,237); }
div.DivClassName
{
background-color: #018BED;
}
.BgClassName
{
background-color: #018BED;
}
</style>
border-color css
<style>
span { border-color: #018BED; }
span { border-color: rgb(1,139,237); }
td.TdClassName
{
border-color: #018BED;
}
.TagClassName
{
border-color: #018BED;
}
</style>