Shades of Dodger Blue #188AF7
Tints of Dodger Blue #188AF7
RGB
CMYK
RGB Variations
Color information
#188AF7 (or 0x188AF7) is known color: Dodger Blue. HEX triplet: 18, 8A and F7. RGB value is (24,138,247). Sum of RGB (Red+Green+Blue) = 24+138+247=409 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.87% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 247 (96.88% from 255 or 60.39% from 409); Max value from RGB is 247 - color contains mainly: blue. Hex color #188AF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188AF7 is #E77508. Grayscale: #737373. Windows color (decimal): -15168777 or 16222744. OLE color: 16222744.
HSL color Cylindrical-coordinate representation of color #188AF7: hue angle of 209.33º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188AF7 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 138 | 247 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.03 |
| HSL | 209.33º | 0.93% | 0.53% | - |
| HSV(B) | 209.33º | 0.9% | 0.97% | - |
| XYZ | 26.25 | 25.09 | 91.45 | - |
| YUV | 116.34 | 201.73 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 247 | 0.90 | 0.44 | 0 | 0.03 | 209.33 | 0.93 | 0.53 |
| Hex | 18 | 8A | F7 | 5A | 2C | 0 | 3 | D1 | 5D | 35 |
| Octal | 30 | 212 | 367 | 132 | 54 | 0 | 3 | 321 | 135 | 65 |
| Binary | 11000 | 10001010 | 11110111 | 1011010 | 101100 | 0 | 11 | 11010001 | 1011101 | 110101 |
Color Harmonies of #188AF7
Complementary color
Monochromatic Colors of #188AF7
Black with #188AF7
Text Example
Text Example
White with #188AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188AF7; }
p { color: rgb(24,138,247); }
H1.HeaderClassName
{
color: #188AF7;
}
.AnyTagClassName
{
color: #188AF7;
}
</style>
background-color css
<style>
a { background-color: #188AF7; }
a { background-color: rgb(24,138,247); }
div.DivClassName
{
background-color: #188AF7;
}
.BgClassName
{
background-color: #188AF7;
}
</style>
border-color css
<style>
span { border-color: #188AF7; }
span { border-color: rgb(24,138,247); }
td.TdClassName
{
border-color: #188AF7;
}
.TagClassName
{
border-color: #188AF7;
}
</style>