Shades of Dodger Blue #189ADF
Tints of Dodger Blue #189ADF
RGB
CMYK
RGB Variations
Color information
#189ADF (or 0x189ADF) is known color: Dodger Blue. HEX triplet: 18, 9A and DF. RGB value is (24,154,223). Sum of RGB (Red+Green+Blue) = 24+154+223=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #189ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ADF is #E76520. Grayscale: #7A7A7A. Windows color (decimal): -15164705 or 14653976. OLE color: 14653976.
HSL color Cylindrical-coordinate representation of color #189ADF: hue angle of 200.8º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #189ADF is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 154 | 223 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.13 |
| HSL | 200.8º | 0.81% | 0.48% | - |
| HSV(B) | 200.8º | 0.89% | 0.87% | - |
| XYZ | 25.25 | 28.63 | 74.01 | - |
| YUV | 123 | 184.43 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 154 | 223 | 0.89 | 0.31 | 0 | 0.13 | 200.8 | 0.81 | 0.48 |
| Hex | 18 | 9A | DF | 59 | 1F | 0 | D | C9 | 51 | 30 |
| Octal | 30 | 232 | 337 | 131 | 37 | 0 | 15 | 311 | 121 | 60 |
| Binary | 11000 | 10011010 | 11011111 | 1011001 | 11111 | 0 | 1101 | 11001001 | 1010001 | 110000 |
Color Harmonies of #189ADF
Complementary color
Monochromatic Colors of #189ADF
Black with #189ADF
Text Example
Text Example
White with #189ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189ADF; }
p { color: rgb(24,154,223); }
H1.HeaderClassName
{
color: #189ADF;
}
.AnyTagClassName
{
color: #189ADF;
}
</style>
background-color css
<style>
a { background-color: #189ADF; }
a { background-color: rgb(24,154,223); }
div.DivClassName
{
background-color: #189ADF;
}
.BgClassName
{
background-color: #189ADF;
}
</style>
border-color css
<style>
span { border-color: #189ADF; }
span { border-color: rgb(24,154,223); }
td.TdClassName
{
border-color: #189ADF;
}
.TagClassName
{
border-color: #189ADF;
}
</style>