Shades of Dodger Blue #188CF9
Tints of Dodger Blue #188CF9
RGB
CMYK
RGB Variations
Color information
#188CF9 (or 0x188CF9) is known color: Dodger Blue. HEX triplet: 18, 8C and F9. RGB value is (24,140,249). Sum of RGB (Red+Green+Blue) = 24+140+249=413 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.81% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 249 (97.66% from 255 or 60.29% from 413); Max value from RGB is 249 - color contains mainly: blue. Hex color #188CF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188CF9 is #E77306. Grayscale: #757575. Windows color (decimal): -15168263 or 16354328. OLE color: 16354328.
HSL color Cylindrical-coordinate representation of color #188CF9: hue angle of 209.07º degrees, saturation: 0.95, 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 #188CF9 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 140 | 249 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.02 |
| HSL | 209.07º | 0.95% | 0.54% | - |
| HSV(B) | 209.07º | 0.9% | 0.98% | - |
| XYZ | 26.85 | 25.79 | 93.19 | - |
| YUV | 117.74 | 202.07 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 249 | 0.90 | 0.44 | 0 | 0.02 | 209.07 | 0.95 | 0.54 |
| Hex | 18 | 8C | F9 | 5A | 2C | 0 | 2 | D1 | 5F | 36 |
| Octal | 30 | 214 | 371 | 132 | 54 | 0 | 2 | 321 | 137 | 66 |
| Binary | 11000 | 10001100 | 11111001 | 1011010 | 101100 | 0 | 10 | 11010001 | 1011111 | 110110 |
Color Harmonies of #188CF9
Complementary color
Monochromatic Colors of #188CF9
Black with #188CF9
Text Example
Text Example
White with #188CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188CF9; }
p { color: rgb(24,140,249); }
H1.HeaderClassName
{
color: #188CF9;
}
.AnyTagClassName
{
color: #188CF9;
}
</style>
background-color css
<style>
a { background-color: #188CF9; }
a { background-color: rgb(24,140,249); }
div.DivClassName
{
background-color: #188CF9;
}
.BgClassName
{
background-color: #188CF9;
}
</style>
border-color css
<style>
span { border-color: #188CF9; }
span { border-color: rgb(24,140,249); }
td.TdClassName
{
border-color: #188CF9;
}
.TagClassName
{
border-color: #188CF9;
}
</style>