Shades of Dodger Blue #188FF6
Tints of Dodger Blue #188FF6
RGB
CMYK
RGB Variations
Color information
#188FF6 (or 0x188FF6) is known color: Dodger Blue. HEX triplet: 18, 8F and F6. RGB value is (24,143,246). Sum of RGB (Red+Green+Blue) = 24+143+246=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 246 (96.48% from 255 or 59.56% from 413); Max value from RGB is 246 - color contains mainly: blue. Hex color #188FF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188FF6 is #E77009. Grayscale: #767676. Windows color (decimal): -15167498 or 16158488. OLE color: 16158488.
HSL color Cylindrical-coordinate representation of color #188FF6: hue angle of 207.84º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188FF6 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 143 | 246 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.04 |
| HSL | 207.84º | 0.93% | 0.53% | - |
| HSV(B) | 207.84º | 0.9% | 0.96% | - |
| XYZ | 26.83 | 26.49 | 90.89 | - |
| YUV | 119.16 | 199.58 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 246 | 0.90 | 0.42 | 0 | 0.04 | 207.84 | 0.93 | 0.53 |
| Hex | 18 | 8F | F6 | 5A | 2A | 0 | 4 | D0 | 5C | 35 |
| Octal | 30 | 217 | 366 | 132 | 52 | 0 | 4 | 320 | 134 | 65 |
| Binary | 11000 | 10001111 | 11110110 | 1011010 | 101010 | 0 | 100 | 11010000 | 1011100 | 110101 |
Color Harmonies of #188FF6
Complementary color
Monochromatic Colors of #188FF6
Black with #188FF6
Text Example
Text Example
White with #188FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FF6; }
p { color: rgb(24,143,246); }
H1.HeaderClassName
{
color: #188FF6;
}
.AnyTagClassName
{
color: #188FF6;
}
</style>
background-color css
<style>
a { background-color: #188FF6; }
a { background-color: rgb(24,143,246); }
div.DivClassName
{
background-color: #188FF6;
}
.BgClassName
{
background-color: #188FF6;
}
</style>
border-color css
<style>
span { border-color: #188FF6; }
span { border-color: rgb(24,143,246); }
td.TdClassName
{
border-color: #188FF6;
}
.TagClassName
{
border-color: #188FF6;
}
</style>