Shades of Dodger Blue #189DF6
Tints of Dodger Blue #189DF6
RGB
CMYK
RGB Variations
Color information
#189DF6 (or 0x189DF6) is known color: Dodger Blue. HEX triplet: 18, 9D and F6. RGB value is (24,157,246). Sum of RGB (Red+Green+Blue) = 24+157+246=427 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.62% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 246 (96.48% from 255 or 57.61% from 427); Max value from RGB is 246 - color contains mainly: blue. Hex color #189DF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189DF6 is #E76209. Grayscale: #7E7E7E. Windows color (decimal): -15163914 or 16162072. OLE color: 16162072.
HSL color Cylindrical-coordinate representation of color #189DF6: hue angle of 204.05º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189DF6 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 157 | 246 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.04 |
| HSL | 204.05º | 0.93% | 0.53% | - |
| HSV(B) | 204.05º | 0.9% | 0.96% | - |
| XYZ | 29.07 | 30.96 | 91.63 | - |
| YUV | 127.38 | 194.94 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 157 | 246 | 0.90 | 0.36 | 0 | 0.04 | 204.05 | 0.93 | 0.53 |
| Hex | 18 | 9D | F6 | 5A | 24 | 0 | 4 | CC | 5C | 35 |
| Octal | 30 | 235 | 366 | 132 | 44 | 0 | 4 | 314 | 134 | 65 |
| Binary | 11000 | 10011101 | 11110110 | 1011010 | 100100 | 0 | 100 | 11001100 | 1011100 | 110101 |
Color Harmonies of #189DF6
Complementary color
Monochromatic Colors of #189DF6
Black with #189DF6
Text Example
Text Example
White with #189DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189DF6; }
p { color: rgb(24,157,246); }
H1.HeaderClassName
{
color: #189DF6;
}
.AnyTagClassName
{
color: #189DF6;
}
</style>
background-color css
<style>
a { background-color: #189DF6; }
a { background-color: rgb(24,157,246); }
div.DivClassName
{
background-color: #189DF6;
}
.BgClassName
{
background-color: #189DF6;
}
</style>
border-color css
<style>
span { border-color: #189DF6; }
span { border-color: rgb(24,157,246); }
td.TdClassName
{
border-color: #189DF6;
}
.TagClassName
{
border-color: #189DF6;
}
</style>