Shades of Dodger Blue #188FF3
Tints of Dodger Blue #188FF3
RGB
CMYK
RGB Variations
Color information
#188FF3 (or 0x188FF3) is known color: Dodger Blue. HEX triplet: 18, 8F and F3. RGB value is (24,143,243). Sum of RGB (Red+Green+Blue) = 24+143+243=410 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.85% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 243 (95.31% from 255 or 59.27% from 410); Max value from RGB is 243 - color contains mainly: blue. Hex color #188FF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188FF3 is #E7700C. Grayscale: #767676. Windows color (decimal): -15167501 or 15961880. OLE color: 15961880.
HSL color Cylindrical-coordinate representation of color #188FF3: hue angle of 207.4º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #188FF3 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 143 | 243 | - |
| CMYK | 0.90 | 0.41 | 0 | 0.05 |
| HSL | 207.4º | 0.9% | 0.52% | - |
| HSV(B) | 207.4º | 0.9% | 0.95% | - |
| XYZ | 26.38 | 26.31 | 88.48 | - |
| YUV | 118.82 | 198.08 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 243 | 0.90 | 0.41 | 0 | 0.05 | 207.4 | 0.9 | 0.52 |
| Hex | 18 | 8F | F3 | 5A | 29 | 0 | 5 | CF | 5A | 34 |
| Octal | 30 | 217 | 363 | 132 | 51 | 0 | 5 | 317 | 132 | 64 |
| Binary | 11000 | 10001111 | 11110011 | 1011010 | 101001 | 0 | 101 | 11001111 | 1011010 | 110100 |
Color Harmonies of #188FF3
Complementary color
Monochromatic Colors of #188FF3
Black with #188FF3
Text Example
Text Example
White with #188FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FF3; }
p { color: rgb(24,143,243); }
H1.HeaderClassName
{
color: #188FF3;
}
.AnyTagClassName
{
color: #188FF3;
}
</style>
background-color css
<style>
a { background-color: #188FF3; }
a { background-color: rgb(24,143,243); }
div.DivClassName
{
background-color: #188FF3;
}
.BgClassName
{
background-color: #188FF3;
}
</style>
border-color css
<style>
span { border-color: #188FF3; }
span { border-color: rgb(24,143,243); }
td.TdClassName
{
border-color: #188FF3;
}
.TagClassName
{
border-color: #188FF3;
}
</style>