Shades of Dodger Blue #189CEC
Tints of Dodger Blue #189CEC
RGB
CMYK
RGB Variations
Color information
#189CEC (or 0x189CEC) is known color: Dodger Blue. HEX triplet: 18, 9C and EC. RGB value is (24,156,236). Sum of RGB (Red+Green+Blue) = 24+156+236=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #189CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189CEC is #E76313. Grayscale: #7D7D7D. Windows color (decimal): -15164180 or 15506456. OLE color: 15506456.
HSL color Cylindrical-coordinate representation of color #189CEC: hue angle of 202.64º degrees, saturation: 0.85, 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 #189CEC is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 156 | 236 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.07 |
| HSL | 202.64º | 0.85% | 0.51% | - |
| HSV(B) | 202.64º | 0.9% | 0.93% | - |
| XYZ | 27.41 | 30.03 | 83.71 | - |
| YUV | 125.65 | 190.27 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 156 | 236 | 0.90 | 0.34 | 0 | 0.07 | 202.64 | 0.85 | 0.51 |
| Hex | 18 | 9C | EC | 5A | 22 | 0 | 7 | CB | 55 | 33 |
| Octal | 30 | 234 | 354 | 132 | 42 | 0 | 7 | 313 | 125 | 63 |
| Binary | 11000 | 10011100 | 11101100 | 1011010 | 100010 | 0 | 111 | 11001011 | 1010101 | 110011 |
Color Harmonies of #189CEC
Complementary color
Monochromatic Colors of #189CEC
Black with #189CEC
Text Example
Text Example
White with #189CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189CEC; }
p { color: rgb(24,156,236); }
H1.HeaderClassName
{
color: #189CEC;
}
.AnyTagClassName
{
color: #189CEC;
}
</style>
background-color css
<style>
a { background-color: #189CEC; }
a { background-color: rgb(24,156,236); }
div.DivClassName
{
background-color: #189CEC;
}
.BgClassName
{
background-color: #189CEC;
}
</style>
border-color css
<style>
span { border-color: #189CEC; }
span { border-color: rgb(24,156,236); }
td.TdClassName
{
border-color: #189CEC;
}
.TagClassName
{
border-color: #189CEC;
}
</style>