Shades of Dodger Blue #018CFE
Tints of Dodger Blue #018CFE
RGB
CMYK
RGB Variations
Color information
#018CFE (or 0x018CFE) is known color: Dodger Blue. HEX triplet: 01, 8C and FE. RGB value is (1,140,254). Sum of RGB (Red+Green+Blue) = 1+140+254=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #018CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018CFE is #FE7301. Grayscale: #6E6E6E. Windows color (decimal): -16675586 or 16681985. OLE color: 16681985.
HSL color Cylindrical-coordinate representation of color #018CFE: hue angle of 207.04º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018CFE is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 140 | 254 | - |
| CMYK | 1.00 | 0.45 | 0 | 0.00 |
| HSL | 207.04º | 0.99% | 0.5% | - |
| HSV(B) | 207.04º | 1% | 1% | - |
| XYZ | 27.28 | 25.92 | 97.33 | - |
| YUV | 111.44 | 208.45 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 254 | 1.00 | 0.45 | 0 | 0.00 | 207.04 | 0.99 | 0.5 |
| Hex | 1 | 8C | FE | 64 | 2D | 0 | 0 | CF | 63 | 32 |
| Octal | 1 | 214 | 376 | 144 | 55 | 0 | 0 | 317 | 143 | 62 |
| Binary | 1 | 10001100 | 11111110 | 1100100 | 101101 | 0 | 0 | 11001111 | 1100011 | 110010 |
Color Harmonies of #018CFE
Complementary color
Monochromatic Colors of #018CFE
Black with #018CFE
Text Example
Text Example
White with #018CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CFE; }
p { color: rgb(1,140,254); }
H1.HeaderClassName
{
color: #018CFE;
}
.AnyTagClassName
{
color: #018CFE;
}
</style>
background-color css
<style>
a { background-color: #018CFE; }
a { background-color: rgb(1,140,254); }
div.DivClassName
{
background-color: #018CFE;
}
.BgClassName
{
background-color: #018CFE;
}
</style>
border-color css
<style>
span { border-color: #018CFE; }
span { border-color: rgb(1,140,254); }
td.TdClassName
{
border-color: #018CFE;
}
.TagClassName
{
border-color: #018CFE;
}
</style>