Shades of Dodger Blue #17A2FE
Tints of Dodger Blue #17A2FE
RGB
CMYK
RGB Variations
Color information
#17A2FE (or 0x17A2FE) is known color: Dodger Blue. HEX triplet: 17, A2 and FE. RGB value is (23,162,254). Sum of RGB (Red+Green+Blue) = 23+162+254=439 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.24% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #17A2FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17A2FE is #E85D01. Grayscale: #828282. Windows color (decimal): -15228162 or 16687639. OLE color: 16687639.
HSL color Cylindrical-coordinate representation of color #17A2FE: hue angle of 203.9º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17A2FE is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 162 | 254 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.00 |
| HSL | 203.9º | 0.99% | 0.54% | - |
| HSV(B) | 203.9º | 0.91% | 1% | - |
| XYZ | 31.16 | 33.18 | 98.53 | - |
| YUV | 130.93 | 197.45 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 162 | 254 | 0.91 | 0.36 | 0 | 0.00 | 203.9 | 0.99 | 0.54 |
| Hex | 17 | A2 | FE | 5B | 24 | 0 | 0 | CC | 63 | 36 |
| Octal | 27 | 242 | 376 | 133 | 44 | 0 | 0 | 314 | 143 | 66 |
| Binary | 10111 | 10100010 | 11111110 | 1011011 | 100100 | 0 | 0 | 11001100 | 1100011 | 110110 |
Color Harmonies of #17A2FE
Complementary color
Monochromatic Colors of #17A2FE
Black with #17A2FE
Text Example
Text Example
White with #17A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A2FE; }
p { color: rgb(23,162,254); }
H1.HeaderClassName
{
color: #17A2FE;
}
.AnyTagClassName
{
color: #17A2FE;
}
</style>
background-color css
<style>
a { background-color: #17A2FE; }
a { background-color: rgb(23,162,254); }
div.DivClassName
{
background-color: #17A2FE;
}
.BgClassName
{
background-color: #17A2FE;
}
</style>
border-color css
<style>
span { border-color: #17A2FE; }
span { border-color: rgb(23,162,254); }
td.TdClassName
{
border-color: #17A2FE;
}
.TagClassName
{
border-color: #17A2FE;
}
</style>