Shades of Dodger Blue #189DFE
Tints of Dodger Blue #189DFE
RGB
CMYK
RGB Variations
Color information
#189DFE (or 0x189DFE) is known color: Dodger Blue. HEX triplet: 18, 9D and FE. RGB value is (24,157,254). Sum of RGB (Red+Green+Blue) = 24+157+254=435 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.52% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #189DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189DFE is #E76201. Grayscale: #7F7F7F. Windows color (decimal): -15163906 or 16686360. OLE color: 16686360.
HSL color Cylindrical-coordinate representation of color #189DFE: hue angle of 205.3º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #189DFE is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 157 | 254 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.00 |
| HSL | 205.3º | 0.99% | 0.55% | - |
| HSV(B) | 205.3º | 0.91% | 1% | - |
| XYZ | 30.32 | 31.46 | 98.24 | - |
| YUV | 128.29 | 198.94 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 157 | 254 | 0.91 | 0.38 | 0 | 0.00 | 205.3 | 0.99 | 0.55 |
| Hex | 18 | 9D | FE | 5B | 26 | 0 | 0 | CD | 63 | 37 |
| Octal | 30 | 235 | 376 | 133 | 46 | 0 | 0 | 315 | 143 | 67 |
| Binary | 11000 | 10011101 | 11111110 | 1011011 | 100110 | 0 | 0 | 11001101 | 1100011 | 110111 |
Color Harmonies of #189DFE
Complementary color
Monochromatic Colors of #189DFE
Black with #189DFE
Text Example
Text Example
White with #189DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189DFE; }
p { color: rgb(24,157,254); }
H1.HeaderClassName
{
color: #189DFE;
}
.AnyTagClassName
{
color: #189DFE;
}
</style>
background-color css
<style>
a { background-color: #189DFE; }
a { background-color: rgb(24,157,254); }
div.DivClassName
{
background-color: #189DFE;
}
.BgClassName
{
background-color: #189DFE;
}
</style>
border-color css
<style>
span { border-color: #189DFE; }
span { border-color: rgb(24,157,254); }
td.TdClassName
{
border-color: #189DFE;
}
.TagClassName
{
border-color: #189DFE;
}
</style>