Shades of Dodger Blue #018CED
Tints of Dodger Blue #018CED
RGB
CMYK
RGB Variations
Color information
#018CED (or 0x018CED) is known color: Dodger Blue. HEX triplet: 01, 8C and ED. RGB value is (1,140,237). Sum of RGB (Red+Green+Blue) = 1+140+237=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #018CED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018CED is #FE7312. Grayscale: #6C6C6C. Windows color (decimal): -16675603 or 15567873. OLE color: 15567873.
HSL color Cylindrical-coordinate representation of color #018CED: hue angle of 204.66º 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 #018CED is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 140 | 237 | - |
| CMYK | 1.00 | 0.41 | 0 | 0.07 |
| HSL | 204.66º | 0.99% | 0.47% | - |
| HSV(B) | 204.66º | 1% | 0.93% | - |
| XYZ | 24.68 | 24.88 | 83.62 | - |
| YUV | 109.5 | 199.95 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 237 | 1.00 | 0.41 | 0 | 0.07 | 204.66 | 0.99 | 0.47 |
| Hex | 1 | 8C | ED | 64 | 29 | 0 | 7 | CD | 63 | 2F |
| Octal | 1 | 214 | 355 | 144 | 51 | 0 | 7 | 315 | 143 | 57 |
| Binary | 1 | 10001100 | 11101101 | 1100100 | 101001 | 0 | 111 | 11001101 | 1100011 | 101111 |
Color Harmonies of #018CED
Complementary color
Monochromatic Colors of #018CED
Black with #018CED
Text Example
Text Example
White with #018CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CED; }
p { color: rgb(1,140,237); }
H1.HeaderClassName
{
color: #018CED;
}
.AnyTagClassName
{
color: #018CED;
}
</style>
background-color css
<style>
a { background-color: #018CED; }
a { background-color: rgb(1,140,237); }
div.DivClassName
{
background-color: #018CED;
}
.BgClassName
{
background-color: #018CED;
}
</style>
border-color css
<style>
span { border-color: #018CED; }
span { border-color: rgb(1,140,237); }
td.TdClassName
{
border-color: #018CED;
}
.TagClassName
{
border-color: #018CED;
}
</style>