Shades of Dodger Blue #018BFF
Tints of Dodger Blue #018BFF
RGB
CMYK
RGB Variations
Color information
#018BFF (or 0x018BFF) is known color: Dodger Blue. HEX triplet: 01, 8B and FF. RGB value is (1,139,255). Sum of RGB (Red+Green+Blue) = 1+139+255=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #018BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018BFF is #FE7400. Grayscale: #6E6E6E. Windows color (decimal): -16675841 or 16747265. OLE color: 16747265.
HSL color Cylindrical-coordinate representation of color #018BFF: hue angle of 207.4º 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 #018BFF is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 139 | 255 | - |
| CMYK | 1.00 | 0.45 | 0 | 0 |
| HSL | 207.4º | 1% | 0.5% | - |
| HSV(B) | 207.4º | 1% | 1% | - |
| XYZ | 27.3 | 25.69 | 98.13 | - |
| YUV | 110.96 | 209.28 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 255 | 1.00 | 0.45 | 0 | 0 | 207.4 | 1 | 0.5 |
| Hex | 1 | 8B | FF | 64 | 2D | 0 | 0 | CF | 64 | 32 |
| Octal | 1 | 213 | 377 | 144 | 55 | 0 | 0 | 317 | 144 | 62 |
| Binary | 1 | 10001011 | 11111111 | 1100100 | 101101 | 0 | 0 | 11001111 | 1100100 | 110010 |
Color Harmonies of #018BFF
Complementary color
Monochromatic Colors of #018BFF
Black with #018BFF
Text Example
Text Example
White with #018BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BFF; }
p { color: rgb(1,139,255); }
H1.HeaderClassName
{
color: #018BFF;
}
.AnyTagClassName
{
color: #018BFF;
}
</style>
background-color css
<style>
a { background-color: #018BFF; }
a { background-color: rgb(1,139,255); }
div.DivClassName
{
background-color: #018BFF;
}
.BgClassName
{
background-color: #018BFF;
}
</style>
border-color css
<style>
span { border-color: #018BFF; }
span { border-color: rgb(1,139,255); }
td.TdClassName
{
border-color: #018BFF;
}
.TagClassName
{
border-color: #018BFF;
}
</style>