Shades of Dodger Blue #018FED
Tints of Dodger Blue #018FED
RGB
CMYK
RGB Variations
Color information
#018FED (or 0x018FED) is known color: Dodger Blue. HEX triplet: 01, 8F and ED. RGB value is (1,143,237). Sum of RGB (Red+Green+Blue) = 1+143+237=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #018FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018FED is #FE7012. Grayscale: #6E6E6E. Windows color (decimal): -16674835 or 15568641. OLE color: 15568641.
HSL color Cylindrical-coordinate representation of color #018FED: hue angle of 203.9º 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 #018FED is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 143 | 237 | - |
| CMYK | 1.00 | 0.40 | 0 | 0.07 |
| HSL | 203.9º | 0.99% | 0.47% | - |
| HSV(B) | 203.9º | 1% | 0.93% | - |
| XYZ | 25.12 | 25.77 | 83.77 | - |
| YUV | 111.26 | 198.96 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 237 | 1.00 | 0.40 | 0 | 0.07 | 203.9 | 0.99 | 0.47 |
| Hex | 1 | 8F | ED | 64 | 28 | 0 | 7 | CC | 63 | 2F |
| Octal | 1 | 217 | 355 | 144 | 50 | 0 | 7 | 314 | 143 | 57 |
| Binary | 1 | 10001111 | 11101101 | 1100100 | 101000 | 0 | 111 | 11001100 | 1100011 | 101111 |
Color Harmonies of #018FED
Complementary color
Monochromatic Colors of #018FED
Black with #018FED
Text Example
Text Example
White with #018FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FED; }
p { color: rgb(1,143,237); }
H1.HeaderClassName
{
color: #018FED;
}
.AnyTagClassName
{
color: #018FED;
}
</style>
background-color css
<style>
a { background-color: #018FED; }
a { background-color: rgb(1,143,237); }
div.DivClassName
{
background-color: #018FED;
}
.BgClassName
{
background-color: #018FED;
}
</style>
border-color css
<style>
span { border-color: #018FED; }
span { border-color: rgb(1,143,237); }
td.TdClassName
{
border-color: #018FED;
}
.TagClassName
{
border-color: #018FED;
}
</style>