Shades of Dodger Blue #189EF4
Tints of Dodger Blue #189EF4
RGB
CMYK
RGB Variations
Color information
#189EF4 (or 0x189EF4) is known color: Dodger Blue. HEX triplet: 18, 9E and F4. RGB value is (24,158,244). Sum of RGB (Red+Green+Blue) = 24+158+244=426 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.63% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 244 (95.70% from 255 or 57.28% from 426); Max value from RGB is 244 - color contains mainly: blue. Hex color #189EF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189EF4 is #E7610B. Grayscale: #7F7F7F. Windows color (decimal): -15163660 or 16031256. OLE color: 16031256.
HSL color Cylindrical-coordinate representation of color #189EF4: hue angle of 203.45º degrees, saturation: 0.91, 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 #189EF4 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 158 | 244 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.04 |
| HSL | 203.45º | 0.91% | 0.53% | - |
| HSV(B) | 203.45º | 0.9% | 0.96% | - |
| XYZ | 28.93 | 31.18 | 90.08 | - |
| YUV | 127.74 | 193.61 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 158 | 244 | 0.90 | 0.35 | 0 | 0.04 | 203.45 | 0.91 | 0.53 |
| Hex | 18 | 9E | F4 | 5A | 23 | 0 | 4 | CB | 5B | 35 |
| Octal | 30 | 236 | 364 | 132 | 43 | 0 | 4 | 313 | 133 | 65 |
| Binary | 11000 | 10011110 | 11110100 | 1011010 | 100011 | 0 | 100 | 11001011 | 1011011 | 110101 |
Color Harmonies of #189EF4
Complementary color
Monochromatic Colors of #189EF4
Black with #189EF4
Text Example
Text Example
White with #189EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189EF4; }
p { color: rgb(24,158,244); }
H1.HeaderClassName
{
color: #189EF4;
}
.AnyTagClassName
{
color: #189EF4;
}
</style>
background-color css
<style>
a { background-color: #189EF4; }
a { background-color: rgb(24,158,244); }
div.DivClassName
{
background-color: #189EF4;
}
.BgClassName
{
background-color: #189EF4;
}
</style>
border-color css
<style>
span { border-color: #189EF4; }
span { border-color: rgb(24,158,244); }
td.TdClassName
{
border-color: #189EF4;
}
.TagClassName
{
border-color: #189EF4;
}
</style>