Shades of Dodger Blue #188EFA
Tints of Dodger Blue #188EFA
RGB
CMYK
RGB Variations
Color information
#188EFA (or 0x188EFA) is known color: Dodger Blue. HEX triplet: 18, 8E and FA. RGB value is (24,142,250). Sum of RGB (Red+Green+Blue) = 24+142+250=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #188EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188EFA is #E77105. Grayscale: #767676. Windows color (decimal): -15167750 or 16420376. OLE color: 16420376.
HSL color Cylindrical-coordinate representation of color #188EFA: hue angle of 208.67º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188EFA is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 142 | 250 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.02 |
| HSL | 208.67º | 0.96% | 0.54% | - |
| HSV(B) | 208.67º | 0.9% | 0.98% | - |
| XYZ | 27.31 | 26.44 | 94.11 | - |
| YUV | 119.03 | 201.91 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 250 | 0.90 | 0.43 | 0 | 0.02 | 208.67 | 0.96 | 0.54 |
| Hex | 18 | 8E | FA | 5A | 2B | 0 | 2 | D1 | 60 | 36 |
| Octal | 30 | 216 | 372 | 132 | 53 | 0 | 2 | 321 | 140 | 66 |
| Binary | 11000 | 10001110 | 11111010 | 1011010 | 101011 | 0 | 10 | 11010001 | 1100000 | 110110 |
Color Harmonies of #188EFA
Complementary color
Monochromatic Colors of #188EFA
Black with #188EFA
Text Example
Text Example
White with #188EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188EFA; }
p { color: rgb(24,142,250); }
H1.HeaderClassName
{
color: #188EFA;
}
.AnyTagClassName
{
color: #188EFA;
}
</style>
background-color css
<style>
a { background-color: #188EFA; }
a { background-color: rgb(24,142,250); }
div.DivClassName
{
background-color: #188EFA;
}
.BgClassName
{
background-color: #188EFA;
}
</style>
border-color css
<style>
span { border-color: #188EFA; }
span { border-color: rgb(24,142,250); }
td.TdClassName
{
border-color: #188EFA;
}
.TagClassName
{
border-color: #188EFA;
}
</style>