Shades of Dodger Blue #189FF5
Tints of Dodger Blue #189FF5
RGB
CMYK
RGB Variations
Color information
#189FF5 (or 0x189FF5) is known color: Dodger Blue. HEX triplet: 18, 9F and F5. RGB value is (24,159,245). Sum of RGB (Red+Green+Blue) = 24+159+245=428 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.61% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 245 (96.09% from 255 or 57.24% from 428); Max value from RGB is 245 - color contains mainly: blue. Hex color #189FF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189FF5 is #E7600A. Grayscale: #7F7F7F. Windows color (decimal): -15163403 or 16097048. OLE color: 16097048.
HSL color Cylindrical-coordinate representation of color #189FF5: hue angle of 203.35º 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 #189FF5 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 159 | 245 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.04 |
| HSL | 203.35º | 0.92% | 0.53% | - |
| HSV(B) | 203.35º | 0.9% | 0.96% | - |
| XYZ | 29.26 | 31.58 | 90.94 | - |
| YUV | 128.44 | 193.77 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 245 | 0.90 | 0.35 | 0 | 0.04 | 203.35 | 0.92 | 0.53 |
| Hex | 18 | 9F | F5 | 5A | 23 | 0 | 4 | CB | 5C | 35 |
| Octal | 30 | 237 | 365 | 132 | 43 | 0 | 4 | 313 | 134 | 65 |
| Binary | 11000 | 10011111 | 11110101 | 1011010 | 100011 | 0 | 100 | 11001011 | 1011100 | 110101 |
Color Harmonies of #189FF5
Complementary color
Monochromatic Colors of #189FF5
Black with #189FF5
Text Example
Text Example
White with #189FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189FF5; }
p { color: rgb(24,159,245); }
H1.HeaderClassName
{
color: #189FF5;
}
.AnyTagClassName
{
color: #189FF5;
}
</style>
background-color css
<style>
a { background-color: #189FF5; }
a { background-color: rgb(24,159,245); }
div.DivClassName
{
background-color: #189FF5;
}
.BgClassName
{
background-color: #189FF5;
}
</style>
border-color css
<style>
span { border-color: #189FF5; }
span { border-color: rgb(24,159,245); }
td.TdClassName
{
border-color: #189FF5;
}
.TagClassName
{
border-color: #189FF5;
}
</style>