Shades of Dodger Blue #018CFC
Tints of Dodger Blue #018CFC
RGB
CMYK
RGB Variations
Color information
#018CFC (or 0x018CFC) is known color: Dodger Blue. HEX triplet: 01, 8C and FC. RGB value is (1,140,252). Sum of RGB (Red+Green+Blue) = 1+140+252=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #018CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018CFC is #FE7303. Grayscale: #6E6E6E. Windows color (decimal): -16675588 or 16550913. OLE color: 16550913.
HSL color Cylindrical-coordinate representation of color #018CFC: hue angle of 206.77º 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 #018CFC is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 140 | 252 | - |
| CMYK | 1.00 | 0.44 | 0 | 0.01 |
| HSL | 206.77º | 0.99% | 0.5% | - |
| HSV(B) | 206.77º | 1% | 0.99% | - |
| XYZ | 26.96 | 25.79 | 95.65 | - |
| YUV | 111.21 | 207.45 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 252 | 1.00 | 0.44 | 0 | 0.01 | 206.77 | 0.99 | 0.5 |
| Hex | 1 | 8C | FC | 64 | 2C | 0 | 1 | CF | 63 | 32 |
| Octal | 1 | 214 | 374 | 144 | 54 | 0 | 1 | 317 | 143 | 62 |
| Binary | 1 | 10001100 | 11111100 | 1100100 | 101100 | 0 | 1 | 11001111 | 1100011 | 110010 |
Color Harmonies of #018CFC
Complementary color
Monochromatic Colors of #018CFC
Black with #018CFC
Text Example
Text Example
White with #018CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CFC; }
p { color: rgb(1,140,252); }
H1.HeaderClassName
{
color: #018CFC;
}
.AnyTagClassName
{
color: #018CFC;
}
</style>
background-color css
<style>
a { background-color: #018CFC; }
a { background-color: rgb(1,140,252); }
div.DivClassName
{
background-color: #018CFC;
}
.BgClassName
{
background-color: #018CFC;
}
</style>
border-color css
<style>
span { border-color: #018CFC; }
span { border-color: rgb(1,140,252); }
td.TdClassName
{
border-color: #018CFC;
}
.TagClassName
{
border-color: #018CFC;
}
</style>