Shades of Dodger Blue #189FED
Tints of Dodger Blue #189FED
RGB
CMYK
RGB Variations
Color information
#189FED (or 0x189FED) is known color: Dodger Blue. HEX triplet: 18, 9F and ED. RGB value is (24,159,237). Sum of RGB (Red+Green+Blue) = 24+159+237=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #189FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189FED is #E76012. Grayscale: #7F7F7F. Windows color (decimal): -15163411 or 15572760. OLE color: 15572760.
HSL color Cylindrical-coordinate representation of color #189FED: hue angle of 201.97º 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 #189FED is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 159 | 237 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.07 |
| HSL | 201.97º | 0.86% | 0.51% | - |
| HSV(B) | 201.97º | 0.9% | 0.93% | - |
| XYZ | 28.06 | 31.1 | 84.65 | - |
| YUV | 127.53 | 189.77 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 237 | 0.90 | 0.33 | 0 | 0.07 | 201.97 | 0.86 | 0.51 |
| Hex | 18 | 9F | ED | 5A | 21 | 0 | 7 | CA | 56 | 33 |
| Octal | 30 | 237 | 355 | 132 | 41 | 0 | 7 | 312 | 126 | 63 |
| Binary | 11000 | 10011111 | 11101101 | 1011010 | 100001 | 0 | 111 | 11001010 | 1010110 | 110011 |
Color Harmonies of #189FED
Complementary color
Monochromatic Colors of #189FED
Black with #189FED
Text Example
Text Example
White with #189FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189FED; }
p { color: rgb(24,159,237); }
H1.HeaderClassName
{
color: #189FED;
}
.AnyTagClassName
{
color: #189FED;
}
</style>
background-color css
<style>
a { background-color: #189FED; }
a { background-color: rgb(24,159,237); }
div.DivClassName
{
background-color: #189FED;
}
.BgClassName
{
background-color: #189FED;
}
</style>
border-color css
<style>
span { border-color: #189FED; }
span { border-color: rgb(24,159,237); }
td.TdClassName
{
border-color: #189FED;
}
.TagClassName
{
border-color: #189FED;
}
</style>