Shades of Dodger Blue #179FEA
Tints of Dodger Blue #179FEA
RGB
CMYK
RGB Variations
Color information
#179FEA (or 0x179FEA) is known color: Dodger Blue. HEX triplet: 17, 9F and EA. RGB value is (23,159,234). Sum of RGB (Red+Green+Blue) = 23+159+234=416 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.53% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #179FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #179FEA is #E86015. Grayscale: #7E7E7E. Windows color (decimal): -15228950 or 15376151. OLE color: 15376151.
HSL color Cylindrical-coordinate representation of color #179FEA: hue angle of 201.33º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #179FEA is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 159 | 234 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.08 |
| HSL | 201.33º | 0.83% | 0.5% | - |
| HSV(B) | 201.33º | 0.9% | 0.92% | - |
| XYZ | 27.6 | 30.92 | 82.36 | - |
| YUV | 126.89 | 188.44 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 159 | 234 | 0.90 | 0.32 | 0 | 0.08 | 201.33 | 0.83 | 0.5 |
| Hex | 17 | 9F | EA | 5A | 20 | 0 | 8 | C9 | 53 | 32 |
| Octal | 27 | 237 | 352 | 132 | 40 | 0 | 10 | 311 | 123 | 62 |
| Binary | 10111 | 10011111 | 11101010 | 1011010 | 100000 | 0 | 1000 | 11001001 | 1010011 | 110010 |
Color Harmonies of #179FEA
Complementary color
Monochromatic Colors of #179FEA
Black with #179FEA
Text Example
Text Example
White with #179FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179FEA; }
p { color: rgb(23,159,234); }
H1.HeaderClassName
{
color: #179FEA;
}
.AnyTagClassName
{
color: #179FEA;
}
</style>
background-color css
<style>
a { background-color: #179FEA; }
a { background-color: rgb(23,159,234); }
div.DivClassName
{
background-color: #179FEA;
}
.BgClassName
{
background-color: #179FEA;
}
</style>
border-color css
<style>
span { border-color: #179FEA; }
span { border-color: rgb(23,159,234); }
td.TdClassName
{
border-color: #179FEA;
}
.TagClassName
{
border-color: #179FEA;
}
</style>