Shades of Dodger Blue #018FF1
Tints of Dodger Blue #018FF1
RGB
CMYK
RGB Variations
Color information
#018FF1 (or 0x018FF1) is known color: Dodger Blue. HEX triplet: 01, 8F and F1. RGB value is (1,143,241). Sum of RGB (Red+Green+Blue) = 1+143+241=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #018FF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018FF1 is #FE700E. Grayscale: #6F6F6F. Windows color (decimal): -16674831 or 15830785. OLE color: 15830785.
HSL color Cylindrical-coordinate representation of color #018FF1: hue angle of 204.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018FF1 is Cyan = 1.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 143 | 241 | - |
| CMYK | 1.00 | 0.41 | 0 | 0.05 |
| HSL | 204.5º | 0.99% | 0.47% | - |
| HSV(B) | 204.5º | 1% | 0.95% | - |
| XYZ | 25.71 | 26 | 86.88 | - |
| YUV | 111.71 | 200.96 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 241 | 1.00 | 0.41 | 0 | 0.05 | 204.5 | 0.99 | 0.47 |
| Hex | 1 | 8F | F1 | 64 | 29 | 0 | 5 | CC | 63 | 2F |
| Octal | 1 | 217 | 361 | 144 | 51 | 0 | 5 | 314 | 143 | 57 |
| Binary | 1 | 10001111 | 11110001 | 1100100 | 101001 | 0 | 101 | 11001100 | 1100011 | 101111 |
Color Harmonies of #018FF1
Complementary color
Monochromatic Colors of #018FF1
Black with #018FF1
Text Example
Text Example
White with #018FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FF1; }
p { color: rgb(1,143,241); }
H1.HeaderClassName
{
color: #018FF1;
}
.AnyTagClassName
{
color: #018FF1;
}
</style>
background-color css
<style>
a { background-color: #018FF1; }
a { background-color: rgb(1,143,241); }
div.DivClassName
{
background-color: #018FF1;
}
.BgClassName
{
background-color: #018FF1;
}
</style>
border-color css
<style>
span { border-color: #018FF1; }
span { border-color: rgb(1,143,241); }
td.TdClassName
{
border-color: #018FF1;
}
.TagClassName
{
border-color: #018FF1;
}
</style>