Shades of Dodger Blue #017FFB
Tints of Dodger Blue #017FFB
RGB
CMYK
RGB Variations
Color information
#017FFB (or 0x017FFB) is known color: Dodger Blue. HEX triplet: 01, 7F and FB. RGB value is (1,127,251). Sum of RGB (Red+Green+Blue) = 1+127+251=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #017FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #017FFB is #FE8004. Grayscale: #666666. Windows color (decimal): -16678917 or 16482049. OLE color: 16482049.
HSL color Cylindrical-coordinate representation of color #017FFB: hue angle of 209.76º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #017FFB is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 127 | 251 | - |
| CMYK | 1.00 | 0.49 | 0 | 0.02 |
| HSL | 209.76º | 0.99% | 0.49% | - |
| HSV(B) | 209.76º | 1% | 0.98% | - |
| XYZ | 25.01 | 22.15 | 94.22 | - |
| YUV | 103.46 | 211.26 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 127 | 251 | 1.00 | 0.49 | 0 | 0.02 | 209.76 | 0.99 | 0.49 |
| Hex | 1 | 7F | FB | 64 | 31 | 0 | 2 | D2 | 63 | 31 |
| Octal | 1 | 177 | 373 | 144 | 61 | 0 | 2 | 322 | 143 | 61 |
| Binary | 1 | 1111111 | 11111011 | 1100100 | 110001 | 0 | 10 | 11010010 | 1100011 | 110001 |
Color Harmonies of #017FFB
Complementary color
Monochromatic Colors of #017FFB
Black with #017FFB
Text Example
Text Example
White with #017FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017FFB; }
p { color: rgb(1,127,251); }
H1.HeaderClassName
{
color: #017FFB;
}
.AnyTagClassName
{
color: #017FFB;
}
</style>
background-color css
<style>
a { background-color: #017FFB; }
a { background-color: rgb(1,127,251); }
div.DivClassName
{
background-color: #017FFB;
}
.BgClassName
{
background-color: #017FFB;
}
</style>
border-color css
<style>
span { border-color: #017FFB; }
span { border-color: rgb(1,127,251); }
td.TdClassName
{
border-color: #017FFB;
}
.TagClassName
{
border-color: #017FFB;
}
</style>