Shades of Dodger Blue #189EF3
Tints of Dodger Blue #189EF3
RGB
CMYK
RGB Variations
Color information
#189EF3 (or 0x189EF3) is known color: Dodger Blue. HEX triplet: 18, 9E and F3. RGB value is (24,158,243). Sum of RGB (Red+Green+Blue) = 24+158+243=425 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.65% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 243 (95.31% from 255 or 57.18% from 425); Max value from RGB is 243 - color contains mainly: blue. Hex color #189EF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189EF3 is #E7610C. Grayscale: #7F7F7F. Windows color (decimal): -15163661 or 15965720. OLE color: 15965720.
HSL color Cylindrical-coordinate representation of color #189EF3: hue angle of 203.29º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189EF3 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 158 | 243 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.05 |
| HSL | 203.29º | 0.9% | 0.52% | - |
| HSV(B) | 203.29º | 0.9% | 0.95% | - |
| XYZ | 28.78 | 31.12 | 89.28 | - |
| YUV | 127.62 | 193.11 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 158 | 243 | 0.90 | 0.35 | 0 | 0.05 | 203.29 | 0.9 | 0.52 |
| Hex | 18 | 9E | F3 | 5A | 23 | 0 | 5 | CB | 5A | 34 |
| Octal | 30 | 236 | 363 | 132 | 43 | 0 | 5 | 313 | 132 | 64 |
| Binary | 11000 | 10011110 | 11110011 | 1011010 | 100011 | 0 | 101 | 11001011 | 1011010 | 110100 |
Color Harmonies of #189EF3
Complementary color
Monochromatic Colors of #189EF3
Black with #189EF3
Text Example
Text Example
White with #189EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189EF3; }
p { color: rgb(24,158,243); }
H1.HeaderClassName
{
color: #189EF3;
}
.AnyTagClassName
{
color: #189EF3;
}
</style>
background-color css
<style>
a { background-color: #189EF3; }
a { background-color: rgb(24,158,243); }
div.DivClassName
{
background-color: #189EF3;
}
.BgClassName
{
background-color: #189EF3;
}
</style>
border-color css
<style>
span { border-color: #189EF3; }
span { border-color: rgb(24,158,243); }
td.TdClassName
{
border-color: #189EF3;
}
.TagClassName
{
border-color: #189EF3;
}
</style>