Shades of Dodger Blue #189CED
Tints of Dodger Blue #189CED
RGB
CMYK
RGB Variations
Color information
#189CED (or 0x189CED) is known color: Dodger Blue. HEX triplet: 18, 9C and ED. RGB value is (24,156,237). Sum of RGB (Red+Green+Blue) = 24+156+237=417 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.76% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #189CED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189CED is #E76312. Grayscale: #7D7D7D. Windows color (decimal): -15164179 or 15571992. OLE color: 15571992.
HSL color Cylindrical-coordinate representation of color #189CED: hue angle of 202.82º 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 #189CED is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 156 | 237 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.07 |
| HSL | 202.82º | 0.86% | 0.51% | - |
| HSV(B) | 202.82º | 0.9% | 0.93% | - |
| XYZ | 27.55 | 30.09 | 84.48 | - |
| YUV | 125.77 | 190.77 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 156 | 237 | 0.90 | 0.34 | 0 | 0.07 | 202.82 | 0.86 | 0.51 |
| Hex | 18 | 9C | ED | 5A | 22 | 0 | 7 | CB | 56 | 33 |
| Octal | 30 | 234 | 355 | 132 | 42 | 0 | 7 | 313 | 126 | 63 |
| Binary | 11000 | 10011100 | 11101101 | 1011010 | 100010 | 0 | 111 | 11001011 | 1010110 | 110011 |
Color Harmonies of #189CED
Complementary color
Monochromatic Colors of #189CED
Black with #189CED
Text Example
Text Example
White with #189CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189CED; }
p { color: rgb(24,156,237); }
H1.HeaderClassName
{
color: #189CED;
}
.AnyTagClassName
{
color: #189CED;
}
</style>
background-color css
<style>
a { background-color: #189CED; }
a { background-color: rgb(24,156,237); }
div.DivClassName
{
background-color: #189CED;
}
.BgClassName
{
background-color: #189CED;
}
</style>
border-color css
<style>
span { border-color: #189CED; }
span { border-color: rgb(24,156,237); }
td.TdClassName
{
border-color: #189CED;
}
.TagClassName
{
border-color: #189CED;
}
</style>