Shades of Dodger Blue #189DF3
Tints of Dodger Blue #189DF3
RGB
CMYK
RGB Variations
Color information
#189DF3 (or 0x189DF3) is known color: Dodger Blue. HEX triplet: 18, 9D and F3. RGB value is (24,157,243). Sum of RGB (Red+Green+Blue) = 24+157+243=424 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.66% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 243 (95.31% from 255 or 57.31% from 424); Max value from RGB is 243 - color contains mainly: blue. Hex color #189DF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189DF3 is #E7620C. Grayscale: #7E7E7E. Windows color (decimal): -15163917 or 15965464. OLE color: 15965464.
HSL color Cylindrical-coordinate representation of color #189DF3: hue angle of 203.56º degrees, saturation: 0.9, 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 #189DF3 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 157 | 243 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.05 |
| HSL | 203.56º | 0.9% | 0.52% | - |
| HSV(B) | 203.56º | 0.9% | 0.95% | - |
| XYZ | 28.61 | 30.78 | 89.23 | - |
| YUV | 127.04 | 193.44 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 157 | 243 | 0.90 | 0.35 | 0 | 0.05 | 203.56 | 0.9 | 0.52 |
| Hex | 18 | 9D | F3 | 5A | 23 | 0 | 5 | CC | 5A | 34 |
| Octal | 30 | 235 | 363 | 132 | 43 | 0 | 5 | 314 | 132 | 64 |
| Binary | 11000 | 10011101 | 11110011 | 1011010 | 100011 | 0 | 101 | 11001100 | 1011010 | 110100 |
Color Harmonies of #189DF3
Complementary color
Monochromatic Colors of #189DF3
Black with #189DF3
Text Example
Text Example
White with #189DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189DF3; }
p { color: rgb(24,157,243); }
H1.HeaderClassName
{
color: #189DF3;
}
.AnyTagClassName
{
color: #189DF3;
}
</style>
background-color css
<style>
a { background-color: #189DF3; }
a { background-color: rgb(24,157,243); }
div.DivClassName
{
background-color: #189DF3;
}
.BgClassName
{
background-color: #189DF3;
}
</style>
border-color css
<style>
span { border-color: #189DF3; }
span { border-color: rgb(24,157,243); }
td.TdClassName
{
border-color: #189DF3;
}
.TagClassName
{
border-color: #189DF3;
}
</style>