Shades of Dodger Blue #178CFA
Tints of Dodger Blue #178CFA
RGB
CMYK
RGB Variations
Color information
#178CFA (or 0x178CFA) is known color: Dodger Blue. HEX triplet: 17, 8C and FA. RGB value is (23,140,250). Sum of RGB (Red+Green+Blue) = 23+140+250=413 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.57% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #178CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #178CFA is #E87305. Grayscale: #757575. Windows color (decimal): -15233798 or 16419863. OLE color: 16419863.
HSL color Cylindrical-coordinate representation of color #178CFA: hue angle of 209.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #178CFA is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 140 | 250 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.02 |
| HSL | 209.07º | 0.96% | 0.54% | - |
| HSV(B) | 209.07º | 0.91% | 0.98% | - |
| XYZ | 26.99 | 25.84 | 94.01 | - |
| YUV | 117.56 | 202.74 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 140 | 250 | 0.91 | 0.44 | 0 | 0.02 | 209.07 | 0.96 | 0.54 |
| Hex | 17 | 8C | FA | 5B | 2C | 0 | 2 | D1 | 60 | 36 |
| Octal | 27 | 214 | 372 | 133 | 54 | 0 | 2 | 321 | 140 | 66 |
| Binary | 10111 | 10001100 | 11111010 | 1011011 | 101100 | 0 | 10 | 11010001 | 1100000 | 110110 |
Color Harmonies of #178CFA
Complementary color
Monochromatic Colors of #178CFA
Black with #178CFA
Text Example
Text Example
White with #178CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178CFA; }
p { color: rgb(23,140,250); }
H1.HeaderClassName
{
color: #178CFA;
}
.AnyTagClassName
{
color: #178CFA;
}
</style>
background-color css
<style>
a { background-color: #178CFA; }
a { background-color: rgb(23,140,250); }
div.DivClassName
{
background-color: #178CFA;
}
.BgClassName
{
background-color: #178CFA;
}
</style>
border-color css
<style>
span { border-color: #178CFA; }
span { border-color: rgb(23,140,250); }
td.TdClassName
{
border-color: #178CFA;
}
.TagClassName
{
border-color: #178CFA;
}
</style>