Shades of Dodger Blue #188FE3
Tints of Dodger Blue #188FE3
RGB
CMYK
RGB Variations
Color information
#188FE3 (or 0x188FE3) is known color: Dodger Blue. HEX triplet: 18, 8F and E3. RGB value is (24,143,227). Sum of RGB (Red+Green+Blue) = 24+143+227=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 227 (89.06% from 255 or 57.61% from 394); Max value from RGB is 227 - color contains mainly: blue. Hex color #188FE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FE3 is #E7701C. Grayscale: #747474. Windows color (decimal): -15167517 or 14913304. OLE color: 14913304.
HSL color Cylindrical-coordinate representation of color #188FE3: hue angle of 204.83º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #188FE3 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 143 | 227 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.11 |
| HSL | 204.83º | 0.81% | 0.49% | - |
| HSV(B) | 204.83º | 0.89% | 0.89% | - |
| XYZ | 24.06 | 25.39 | 76.3 | - |
| YUV | 117 | 190.08 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 227 | 0.89 | 0.37 | 0 | 0.11 | 204.83 | 0.81 | 0.49 |
| Hex | 18 | 8F | E3 | 59 | 25 | 0 | B | CD | 51 | 31 |
| Octal | 30 | 217 | 343 | 131 | 45 | 0 | 13 | 315 | 121 | 61 |
| Binary | 11000 | 10001111 | 11100011 | 1011001 | 100101 | 0 | 1011 | 11001101 | 1010001 | 110001 |
Color Harmonies of #188FE3
Complementary color
Monochromatic Colors of #188FE3
Black with #188FE3
Text Example
Text Example
White with #188FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FE3; }
p { color: rgb(24,143,227); }
H1.HeaderClassName
{
color: #188FE3;
}
.AnyTagClassName
{
color: #188FE3;
}
</style>
background-color css
<style>
a { background-color: #188FE3; }
a { background-color: rgb(24,143,227); }
div.DivClassName
{
background-color: #188FE3;
}
.BgClassName
{
background-color: #188FE3;
}
</style>
border-color css
<style>
span { border-color: #188FE3; }
span { border-color: rgb(24,143,227); }
td.TdClassName
{
border-color: #188FE3;
}
.TagClassName
{
border-color: #188FE3;
}
</style>