Shades of Dodger Blue #018CFD
Tints of Dodger Blue #018CFD
RGB
CMYK
RGB Variations
Color information
#018CFD (or 0x018CFD) is known color: Dodger Blue. HEX triplet: 01, 8C and FD. RGB value is (1,140,253). Sum of RGB (Red+Green+Blue) = 1+140+253=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #018CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018CFD is #FE7302. Grayscale: #6E6E6E. Windows color (decimal): -16675587 or 16616449. OLE color: 16616449.
HSL color Cylindrical-coordinate representation of color #018CFD: hue angle of 206.9º 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 #018CFD is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 140 | 253 | - |
| CMYK | 1.00 | 0.45 | 0 | 0.01 |
| HSL | 206.9º | 0.99% | 0.5% | - |
| HSV(B) | 206.9º | 1% | 0.99% | - |
| XYZ | 27.12 | 25.85 | 96.49 | - |
| YUV | 111.32 | 207.95 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 253 | 1.00 | 0.45 | 0 | 0.01 | 206.9 | 0.99 | 0.5 |
| Hex | 1 | 8C | FD | 64 | 2D | 0 | 1 | CF | 63 | 32 |
| Octal | 1 | 214 | 375 | 144 | 55 | 0 | 1 | 317 | 143 | 62 |
| Binary | 1 | 10001100 | 11111101 | 1100100 | 101101 | 0 | 1 | 11001111 | 1100011 | 110010 |
Color Harmonies of #018CFD
Complementary color
Monochromatic Colors of #018CFD
Black with #018CFD
Text Example
Text Example
White with #018CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CFD; }
p { color: rgb(1,140,253); }
H1.HeaderClassName
{
color: #018CFD;
}
.AnyTagClassName
{
color: #018CFD;
}
</style>
background-color css
<style>
a { background-color: #018CFD; }
a { background-color: rgb(1,140,253); }
div.DivClassName
{
background-color: #018CFD;
}
.BgClassName
{
background-color: #018CFD;
}
</style>
border-color css
<style>
span { border-color: #018CFD; }
span { border-color: rgb(1,140,253); }
td.TdClassName
{
border-color: #018CFD;
}
.TagClassName
{
border-color: #018CFD;
}
</style>