Shades of Dodger Blue #018DFC
Tints of Dodger Blue #018DFC
RGB
CMYK
RGB Variations
Color information
#018DFC (or 0x018DFC) is known color: Dodger Blue. HEX triplet: 01, 8D and FC. RGB value is (1,141,252). Sum of RGB (Red+Green+Blue) = 1+141+252=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #018DFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018DFC is #FE7203. Grayscale: #6F6F6F. Windows color (decimal): -16675332 or 16551169. OLE color: 16551169.
HSL color Cylindrical-coordinate representation of color #018DFC: hue angle of 206.53º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018DFC is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 141 | 252 | - |
| CMYK | 1.00 | 0.44 | 0 | 0.01 |
| HSL | 206.53º | 0.99% | 0.5% | - |
| HSV(B) | 206.53º | 1% | 0.99% | - |
| XYZ | 27.11 | 26.08 | 95.7 | - |
| YUV | 111.79 | 207.12 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 252 | 1.00 | 0.44 | 0 | 0.01 | 206.53 | 0.99 | 0.5 |
| Hex | 1 | 8D | FC | 64 | 2C | 0 | 1 | CF | 63 | 32 |
| Octal | 1 | 215 | 374 | 144 | 54 | 0 | 1 | 317 | 143 | 62 |
| Binary | 1 | 10001101 | 11111100 | 1100100 | 101100 | 0 | 1 | 11001111 | 1100011 | 110010 |
Color Harmonies of #018DFC
Complementary color
Monochromatic Colors of #018DFC
Black with #018DFC
Text Example
Text Example
White with #018DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DFC; }
p { color: rgb(1,141,252); }
H1.HeaderClassName
{
color: #018DFC;
}
.AnyTagClassName
{
color: #018DFC;
}
</style>
background-color css
<style>
a { background-color: #018DFC; }
a { background-color: rgb(1,141,252); }
div.DivClassName
{
background-color: #018DFC;
}
.BgClassName
{
background-color: #018DFC;
}
</style>
border-color css
<style>
span { border-color: #018DFC; }
span { border-color: rgb(1,141,252); }
td.TdClassName
{
border-color: #018DFC;
}
.TagClassName
{
border-color: #018DFC;
}
</style>