Shades of Dodger Blue #018CFF
Tints of Dodger Blue #018CFF
RGB
CMYK
RGB Variations
Color information
#018CFF (or 0x018CFF) is known color: Dodger Blue. HEX triplet: 01, 8C and FF. RGB value is (1,140,255). Sum of RGB (Red+Green+Blue) = 1+140+255=396 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #018CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018CFF is #FE7300. Grayscale: #6E6E6E. Windows color (decimal): -16675585 or 16747521. OLE color: 16747521.
HSL color Cylindrical-coordinate representation of color #018CFF: hue angle of 207.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018CFF is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 140 | 255 | - |
| CMYK | 1.00 | 0.45 | 0 | 0 |
| HSL | 207.17º | 1% | 0.5% | - |
| HSV(B) | 207.17º | 1% | 1% | - |
| XYZ | 27.44 | 25.98 | 98.18 | - |
| YUV | 111.55 | 208.95 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 255 | 1.00 | 0.45 | 0 | 0 | 207.17 | 1 | 0.5 |
| Hex | 1 | 8C | FF | 64 | 2D | 0 | 0 | CF | 64 | 32 |
| Octal | 1 | 214 | 377 | 144 | 55 | 0 | 0 | 317 | 144 | 62 |
| Binary | 1 | 10001100 | 11111111 | 1100100 | 101101 | 0 | 0 | 11001111 | 1100100 | 110010 |
Color Harmonies of #018CFF
Complementary color
Monochromatic Colors of #018CFF
Black with #018CFF
Text Example
Text Example
White with #018CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CFF; }
p { color: rgb(1,140,255); }
H1.HeaderClassName
{
color: #018CFF;
}
.AnyTagClassName
{
color: #018CFF;
}
</style>
background-color css
<style>
a { background-color: #018CFF; }
a { background-color: rgb(1,140,255); }
div.DivClassName
{
background-color: #018CFF;
}
.BgClassName
{
background-color: #018CFF;
}
</style>
border-color css
<style>
span { border-color: #018CFF; }
span { border-color: rgb(1,140,255); }
td.TdClassName
{
border-color: #018CFF;
}
.TagClassName
{
border-color: #018CFF;
}
</style>