Shades of Dodger Blue #188CFF
Tints of Dodger Blue #188CFF
RGB
CMYK
RGB Variations
Color information
#188CFF (or 0x188CFF) is known color: Dodger Blue. HEX triplet: 18, 8C and FF. RGB value is (24,140,255). Sum of RGB (Red+Green+Blue) = 24+140+255=419 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.73% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #188CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188CFF is #E77300. Grayscale: #757575. Windows color (decimal): -15168257 or 16747544. OLE color: 16747544.
HSL color Cylindrical-coordinate representation of color #188CFF: hue angle of 209.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #188CFF is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 140 | 255 | - |
| CMYK | 0.91 | 0.45 | 0 | 0 |
| HSL | 209.87º | 1% | 0.55% | - |
| HSV(B) | 209.87º | 0.91% | 1% | - |
| XYZ | 27.8 | 26.17 | 98.19 | - |
| YUV | 118.43 | 205.07 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 255 | 0.91 | 0.45 | 0 | 0 | 209.87 | 1 | 0.55 |
| Hex | 18 | 8C | FF | 5B | 2D | 0 | 0 | D2 | 64 | 37 |
| Octal | 30 | 214 | 377 | 133 | 55 | 0 | 0 | 322 | 144 | 67 |
| Binary | 11000 | 10001100 | 11111111 | 1011011 | 101101 | 0 | 0 | 11010010 | 1100100 | 110111 |
Color Harmonies of #188CFF
Complementary color
Monochromatic Colors of #188CFF
Black with #188CFF
Text Example
Text Example
White with #188CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188CFF; }
p { color: rgb(24,140,255); }
H1.HeaderClassName
{
color: #188CFF;
}
.AnyTagClassName
{
color: #188CFF;
}
</style>
background-color css
<style>
a { background-color: #188CFF; }
a { background-color: rgb(24,140,255); }
div.DivClassName
{
background-color: #188CFF;
}
.BgClassName
{
background-color: #188CFF;
}
</style>
border-color css
<style>
span { border-color: #188CFF; }
span { border-color: rgb(24,140,255); }
td.TdClassName
{
border-color: #188CFF;
}
.TagClassName
{
border-color: #188CFF;
}
</style>