Shades of Dodger Blue #018FFF
Tints of Dodger Blue #018FFF
RGB
CMYK
RGB Variations
Color information
#018FFF (or 0x018FFF) is known color: Dodger Blue. HEX triplet: 01, 8F and FF. RGB value is (1,143,255). Sum of RGB (Red+Green+Blue) = 1+143+255=399 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #018FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018FFF is #FE7000. Grayscale: #707070. Windows color (decimal): -16674817 or 16748289. OLE color: 16748289.
HSL color Cylindrical-coordinate representation of color #018FFF: hue angle of 206.46º 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 #018FFF is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 143 | 255 | - |
| CMYK | 1.00 | 0.44 | 0 | 0 |
| HSL | 206.46º | 1% | 0.5% | - |
| HSV(B) | 206.46º | 1% | 1% | - |
| XYZ | 27.88 | 26.87 | 98.32 | - |
| YUV | 113.31 | 207.96 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 255 | 1.00 | 0.44 | 0 | 0 | 206.46 | 1 | 0.5 |
| Hex | 1 | 8F | FF | 64 | 2C | 0 | 0 | CE | 64 | 32 |
| Octal | 1 | 217 | 377 | 144 | 54 | 0 | 0 | 316 | 144 | 62 |
| Binary | 1 | 10001111 | 11111111 | 1100100 | 101100 | 0 | 0 | 11001110 | 1100100 | 110010 |
Color Harmonies of #018FFF
Complementary color
Monochromatic Colors of #018FFF
Black with #018FFF
Text Example
Text Example
White with #018FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FFF; }
p { color: rgb(1,143,255); }
H1.HeaderClassName
{
color: #018FFF;
}
.AnyTagClassName
{
color: #018FFF;
}
</style>
background-color css
<style>
a { background-color: #018FFF; }
a { background-color: rgb(1,143,255); }
div.DivClassName
{
background-color: #018FFF;
}
.BgClassName
{
background-color: #018FFF;
}
</style>
border-color css
<style>
span { border-color: #018FFF; }
span { border-color: rgb(1,143,255); }
td.TdClassName
{
border-color: #018FFF;
}
.TagClassName
{
border-color: #018FFF;
}
</style>