Shades of Dodger Blue #189EF5
Tints of Dodger Blue #189EF5
RGB
CMYK
RGB Variations
Color information
#189EF5 (or 0x189EF5) is known color: Dodger Blue. HEX triplet: 18, 9E and F5. RGB value is (24,158,245). Sum of RGB (Red+Green+Blue) = 24+158+245=427 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.62% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 245 (96.09% from 255 or 57.38% from 427); Max value from RGB is 245 - color contains mainly: blue. Hex color #189EF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189EF5 is #E7610A. Grayscale: #7F7F7F. Windows color (decimal): -15163659 or 16096792. OLE color: 16096792.
HSL color Cylindrical-coordinate representation of color #189EF5: hue angle of 203.62º 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 #189EF5 is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 158 | 245 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.04 |
| HSL | 203.62º | 0.92% | 0.53% | - |
| HSV(B) | 203.62º | 0.9% | 0.96% | - |
| XYZ | 29.08 | 31.24 | 90.88 | - |
| YUV | 127.85 | 194.11 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 158 | 245 | 0.90 | 0.36 | 0 | 0.04 | 203.62 | 0.92 | 0.53 |
| Hex | 18 | 9E | F5 | 5A | 24 | 0 | 4 | CC | 5C | 35 |
| Octal | 30 | 236 | 365 | 132 | 44 | 0 | 4 | 314 | 134 | 65 |
| Binary | 11000 | 10011110 | 11110101 | 1011010 | 100100 | 0 | 100 | 11001100 | 1011100 | 110101 |
Color Harmonies of #189EF5
Complementary color
Monochromatic Colors of #189EF5
Black with #189EF5
Text Example
Text Example
White with #189EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189EF5; }
p { color: rgb(24,158,245); }
H1.HeaderClassName
{
color: #189EF5;
}
.AnyTagClassName
{
color: #189EF5;
}
</style>
background-color css
<style>
a { background-color: #189EF5; }
a { background-color: rgb(24,158,245); }
div.DivClassName
{
background-color: #189EF5;
}
.BgClassName
{
background-color: #189EF5;
}
</style>
border-color css
<style>
span { border-color: #189EF5; }
span { border-color: rgb(24,158,245); }
td.TdClassName
{
border-color: #189EF5;
}
.TagClassName
{
border-color: #189EF5;
}
</style>