Shades of Dodger Blue #189DF1
Tints of Dodger Blue #189DF1
RGB
CMYK
RGB Variations
Color information
#189DF1 (or 0x189DF1) is known color: Dodger Blue. HEX triplet: 18, 9D and F1. RGB value is (24,157,241). Sum of RGB (Red+Green+Blue) = 24+157+241=422 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.69% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #189DF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189DF1 is #E7620E. Grayscale: #7E7E7E. Windows color (decimal): -15163919 or 15834392. OLE color: 15834392.
HSL color Cylindrical-coordinate representation of color #189DF1: hue angle of 203.23º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189DF1 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 157 | 241 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.05 |
| HSL | 203.23º | 0.89% | 0.52% | - |
| HSV(B) | 203.23º | 0.9% | 0.95% | - |
| XYZ | 28.31 | 30.66 | 87.64 | - |
| YUV | 126.81 | 192.44 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 157 | 241 | 0.90 | 0.35 | 0 | 0.05 | 203.23 | 0.89 | 0.52 |
| Hex | 18 | 9D | F1 | 5A | 23 | 0 | 5 | CB | 59 | 34 |
| Octal | 30 | 235 | 361 | 132 | 43 | 0 | 5 | 313 | 131 | 64 |
| Binary | 11000 | 10011101 | 11110001 | 1011010 | 100011 | 0 | 101 | 11001011 | 1011001 | 110100 |
Color Harmonies of #189DF1
Complementary color
Monochromatic Colors of #189DF1
Black with #189DF1
Text Example
Text Example
White with #189DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189DF1; }
p { color: rgb(24,157,241); }
H1.HeaderClassName
{
color: #189DF1;
}
.AnyTagClassName
{
color: #189DF1;
}
</style>
background-color css
<style>
a { background-color: #189DF1; }
a { background-color: rgb(24,157,241); }
div.DivClassName
{
background-color: #189DF1;
}
.BgClassName
{
background-color: #189DF1;
}
</style>
border-color css
<style>
span { border-color: #189DF1; }
span { border-color: rgb(24,157,241); }
td.TdClassName
{
border-color: #189DF1;
}
.TagClassName
{
border-color: #189DF1;
}
</style>