Shades of Dodger Blue #188BFF
Tints of Dodger Blue #188BFF
RGB
CMYK
RGB Variations
Color information
#188BFF (or 0x188BFF) is known color: Dodger Blue. HEX triplet: 18, 8B and FF. RGB value is (24,139,255). Sum of RGB (Red+Green+Blue) = 24+139+255=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #188BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #188BFF is #E77400. Grayscale: #757575. Windows color (decimal): -15168513 or 16747288. OLE color: 16747288.
HSL color Cylindrical-coordinate representation of color #188BFF: hue angle of 210.13º 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 #188BFF is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 139 | 255 | - |
| CMYK | 0.91 | 0.45 | 0 | 0 |
| HSL | 210.13º | 1% | 0.55% | - |
| HSV(B) | 210.13º | 0.91% | 1% | - |
| XYZ | 27.66 | 25.88 | 98.15 | - |
| YUV | 117.84 | 205.4 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 255 | 0.91 | 0.45 | 0 | 0 | 210.13 | 1 | 0.55 |
| Hex | 18 | 8B | FF | 5B | 2D | 0 | 0 | D2 | 64 | 37 |
| Octal | 30 | 213 | 377 | 133 | 55 | 0 | 0 | 322 | 144 | 67 |
| Binary | 11000 | 10001011 | 11111111 | 1011011 | 101101 | 0 | 0 | 11010010 | 1100100 | 110111 |
Color Harmonies of #188BFF
Complementary color
Monochromatic Colors of #188BFF
Black with #188BFF
Text Example
Text Example
White with #188BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188BFF; }
p { color: rgb(24,139,255); }
H1.HeaderClassName
{
color: #188BFF;
}
.AnyTagClassName
{
color: #188BFF;
}
</style>
background-color css
<style>
a { background-color: #188BFF; }
a { background-color: rgb(24,139,255); }
div.DivClassName
{
background-color: #188BFF;
}
.BgClassName
{
background-color: #188BFF;
}
</style>
border-color css
<style>
span { border-color: #188BFF; }
span { border-color: rgb(24,139,255); }
td.TdClassName
{
border-color: #188BFF;
}
.TagClassName
{
border-color: #188BFF;
}
</style>