Shades of Dodger Blue #189DED
Tints of Dodger Blue #189DED
RGB
CMYK
RGB Variations
Color information
#189DED (or 0x189DED) is known color: Dodger Blue. HEX triplet: 18, 9D and ED. RGB value is (24,157,237). Sum of RGB (Red+Green+Blue) = 24+157+237=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #189DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189DED is #E76212. Grayscale: #7D7D7D. Windows color (decimal): -15163923 or 15572248. OLE color: 15572248.
HSL color Cylindrical-coordinate representation of color #189DED: hue angle of 202.54º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #189DED is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 157 | 237 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.07 |
| HSL | 202.54º | 0.86% | 0.51% | - |
| HSV(B) | 202.54º | 0.9% | 0.93% | - |
| XYZ | 27.72 | 30.42 | 84.53 | - |
| YUV | 126.35 | 190.44 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 157 | 237 | 0.90 | 0.34 | 0 | 0.07 | 202.54 | 0.86 | 0.51 |
| Hex | 18 | 9D | ED | 5A | 22 | 0 | 7 | CB | 56 | 33 |
| Octal | 30 | 235 | 355 | 132 | 42 | 0 | 7 | 313 | 126 | 63 |
| Binary | 11000 | 10011101 | 11101101 | 1011010 | 100010 | 0 | 111 | 11001011 | 1010110 | 110011 |
Color Harmonies of #189DED
Complementary color
Monochromatic Colors of #189DED
Black with #189DED
Text Example
Text Example
White with #189DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189DED; }
p { color: rgb(24,157,237); }
H1.HeaderClassName
{
color: #189DED;
}
.AnyTagClassName
{
color: #189DED;
}
</style>
background-color css
<style>
a { background-color: #189DED; }
a { background-color: rgb(24,157,237); }
div.DivClassName
{
background-color: #189DED;
}
.BgClassName
{
background-color: #189DED;
}
</style>
border-color css
<style>
span { border-color: #189DED; }
span { border-color: rgb(24,157,237); }
td.TdClassName
{
border-color: #189DED;
}
.TagClassName
{
border-color: #189DED;
}
</style>