Shades of Dodger Blue #189BFA
Tints of Dodger Blue #189BFA
RGB
CMYK
RGB Variations
Color information
#189BFA (or 0x189BFA) is known color: Dodger Blue. HEX triplet: 18, 9B and FA. RGB value is (24,155,250). Sum of RGB (Red+Green+Blue) = 24+155+250=429 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.59% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #189BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189BFA is #E76405. Grayscale: #7E7E7E. Windows color (decimal): -15164422 or 16423704. OLE color: 16423704.
HSL color Cylindrical-coordinate representation of color #189BFA: hue angle of 205.22º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189BFA is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 155 | 250 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.02 |
| HSL | 205.22º | 0.96% | 0.54% | - |
| HSV(B) | 205.22º | 0.9% | 0.98% | - |
| XYZ | 29.35 | 30.54 | 94.79 | - |
| YUV | 126.66 | 197.6 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 250 | 0.90 | 0.38 | 0 | 0.02 | 205.22 | 0.96 | 0.54 |
| Hex | 18 | 9B | FA | 5A | 26 | 0 | 2 | CD | 60 | 36 |
| Octal | 30 | 233 | 372 | 132 | 46 | 0 | 2 | 315 | 140 | 66 |
| Binary | 11000 | 10011011 | 11111010 | 1011010 | 100110 | 0 | 10 | 11001101 | 1100000 | 110110 |
Color Harmonies of #189BFA
Complementary color
Monochromatic Colors of #189BFA
Black with #189BFA
Text Example
Text Example
White with #189BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189BFA; }
p { color: rgb(24,155,250); }
H1.HeaderClassName
{
color: #189BFA;
}
.AnyTagClassName
{
color: #189BFA;
}
</style>
background-color css
<style>
a { background-color: #189BFA; }
a { background-color: rgb(24,155,250); }
div.DivClassName
{
background-color: #189BFA;
}
.BgClassName
{
background-color: #189BFA;
}
</style>
border-color css
<style>
span { border-color: #189BFA; }
span { border-color: rgb(24,155,250); }
td.TdClassName
{
border-color: #189BFA;
}
.TagClassName
{
border-color: #189BFA;
}
</style>