Shades of Dodger Blue #189EFF
Tints of Dodger Blue #189EFF
RGB
CMYK
RGB Variations
Color information
#189EFF (or 0x189EFF) is known color: Dodger Blue. HEX triplet: 18, 9E and FF. RGB value is (24,158,255). Sum of RGB (Red+Green+Blue) = 24+158+255=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #189EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189EFF is #E76100. Grayscale: #808080. Windows color (decimal): -15163649 or 16752152. OLE color: 16752152.
HSL color Cylindrical-coordinate representation of color #189EFF: hue angle of 205.19º 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 #189EFF is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 158 | 255 | - |
| CMYK | 0.91 | 0.38 | 0 | 0 |
| HSL | 205.19º | 1% | 0.55% | - |
| HSV(B) | 205.19º | 0.91% | 1% | - |
| XYZ | 30.65 | 31.87 | 99.14 | - |
| YUV | 128.99 | 199.11 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 158 | 255 | 0.91 | 0.38 | 0 | 0 | 205.19 | 1 | 0.55 |
| Hex | 18 | 9E | FF | 5B | 26 | 0 | 0 | CD | 64 | 37 |
| Octal | 30 | 236 | 377 | 133 | 46 | 0 | 0 | 315 | 144 | 67 |
| Binary | 11000 | 10011110 | 11111111 | 1011011 | 100110 | 0 | 0 | 11001101 | 1100100 | 110111 |
Color Harmonies of #189EFF
Complementary color
Monochromatic Colors of #189EFF
Black with #189EFF
Text Example
Text Example
White with #189EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189EFF; }
p { color: rgb(24,158,255); }
H1.HeaderClassName
{
color: #189EFF;
}
.AnyTagClassName
{
color: #189EFF;
}
</style>
background-color css
<style>
a { background-color: #189EFF; }
a { background-color: rgb(24,158,255); }
div.DivClassName
{
background-color: #189EFF;
}
.BgClassName
{
background-color: #189EFF;
}
</style>
border-color css
<style>
span { border-color: #189EFF; }
span { border-color: rgb(24,158,255); }
td.TdClassName
{
border-color: #189EFF;
}
.TagClassName
{
border-color: #189EFF;
}
</style>