Shades of Dodger Blue #189BEB
Tints of Dodger Blue #189BEB
RGB
CMYK
RGB Variations
Color information
#189BEB (or 0x189BEB) is known color: Dodger Blue. HEX triplet: 18, 9B and EB. RGB value is (24,155,235). Sum of RGB (Red+Green+Blue) = 24+155+235=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #189BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189BEB is #E76414. Grayscale: #7C7C7C. Windows color (decimal): -15164437 or 15440664. OLE color: 15440664.
HSL color Cylindrical-coordinate representation of color #189BEB: hue angle of 202.75º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189BEB is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 155 | 235 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.08 |
| HSL | 202.75º | 0.84% | 0.51% | - |
| HSV(B) | 202.75º | 0.9% | 0.92% | - |
| XYZ | 27.09 | 29.64 | 82.89 | - |
| YUV | 124.95 | 190.1 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 235 | 0.90 | 0.34 | 0 | 0.08 | 202.75 | 0.84 | 0.51 |
| Hex | 18 | 9B | EB | 5A | 22 | 0 | 8 | CB | 54 | 33 |
| Octal | 30 | 233 | 353 | 132 | 42 | 0 | 10 | 313 | 124 | 63 |
| Binary | 11000 | 10011011 | 11101011 | 1011010 | 100010 | 0 | 1000 | 11001011 | 1010100 | 110011 |
Color Harmonies of #189BEB
Complementary color
Monochromatic Colors of #189BEB
Black with #189BEB
Text Example
Text Example
White with #189BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189BEB; }
p { color: rgb(24,155,235); }
H1.HeaderClassName
{
color: #189BEB;
}
.AnyTagClassName
{
color: #189BEB;
}
</style>
background-color css
<style>
a { background-color: #189BEB; }
a { background-color: rgb(24,155,235); }
div.DivClassName
{
background-color: #189BEB;
}
.BgClassName
{
background-color: #189BEB;
}
</style>
border-color css
<style>
span { border-color: #189BEB; }
span { border-color: rgb(24,155,235); }
td.TdClassName
{
border-color: #189BEB;
}
.TagClassName
{
border-color: #189BEB;
}
</style>