Shades of Dodger Blue #189BF5
Tints of Dodger Blue #189BF5
RGB
CMYK
RGB Variations
Color information
#189BF5 (or 0x189BF5) is known color: Dodger Blue. HEX triplet: 18, 9B and F5. RGB value is (24,155,245). Sum of RGB (Red+Green+Blue) = 24+155+245=424 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.66% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 245 (96.09% from 255 or 57.78% from 424); Max value from RGB is 245 - color contains mainly: blue. Hex color #189BF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189BF5 is #E7640A. Grayscale: #7D7D7D. Windows color (decimal): -15164427 or 16096024. OLE color: 16096024.
HSL color Cylindrical-coordinate representation of color #189BF5: hue angle of 204.43º degrees, saturation: 0.92, 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 #189BF5 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 155 | 245 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.04 |
| HSL | 204.43º | 0.92% | 0.53% | - |
| HSV(B) | 204.43º | 0.9% | 0.96% | - |
| XYZ | 28.58 | 30.23 | 90.71 | - |
| YUV | 126.09 | 195.1 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 245 | 0.90 | 0.37 | 0 | 0.04 | 204.43 | 0.92 | 0.53 |
| Hex | 18 | 9B | F5 | 5A | 25 | 0 | 4 | CC | 5C | 35 |
| Octal | 30 | 233 | 365 | 132 | 45 | 0 | 4 | 314 | 134 | 65 |
| Binary | 11000 | 10011011 | 11110101 | 1011010 | 100101 | 0 | 100 | 11001100 | 1011100 | 110101 |
Color Harmonies of #189BF5
Complementary color
Monochromatic Colors of #189BF5
Black with #189BF5
Text Example
Text Example
White with #189BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189BF5; }
p { color: rgb(24,155,245); }
H1.HeaderClassName
{
color: #189BF5;
}
.AnyTagClassName
{
color: #189BF5;
}
</style>
background-color css
<style>
a { background-color: #189BF5; }
a { background-color: rgb(24,155,245); }
div.DivClassName
{
background-color: #189BF5;
}
.BgClassName
{
background-color: #189BF5;
}
</style>
border-color css
<style>
span { border-color: #189BF5; }
span { border-color: rgb(24,155,245); }
td.TdClassName
{
border-color: #189BF5;
}
.TagClassName
{
border-color: #189BF5;
}
</style>