Shades of Dodger Blue #189CEE
Tints of Dodger Blue #189CEE
RGB
CMYK
RGB Variations
Color information
#189CEE (or 0x189CEE) is known color: Dodger Blue. HEX triplet: 18, 9C and EE. RGB value is (24,156,238). Sum of RGB (Red+Green+Blue) = 24+156+238=418 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.74% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #189CEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189CEE is #E76311. Grayscale: #7D7D7D. Windows color (decimal): -15164178 or 15637528. OLE color: 15637528.
HSL color Cylindrical-coordinate representation of color #189CEE: hue angle of 202.99º 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 #189CEE is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 156 | 238 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.07 |
| HSL | 202.99º | 0.86% | 0.51% | - |
| HSV(B) | 202.99º | 0.9% | 0.93% | - |
| XYZ | 27.7 | 30.14 | 85.25 | - |
| YUV | 125.88 | 191.27 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 156 | 238 | 0.90 | 0.34 | 0 | 0.07 | 202.99 | 0.86 | 0.51 |
| Hex | 18 | 9C | EE | 5A | 22 | 0 | 7 | CB | 56 | 33 |
| Octal | 30 | 234 | 356 | 132 | 42 | 0 | 7 | 313 | 126 | 63 |
| Binary | 11000 | 10011100 | 11101110 | 1011010 | 100010 | 0 | 111 | 11001011 | 1010110 | 110011 |
Color Harmonies of #189CEE
Complementary color
Monochromatic Colors of #189CEE
Black with #189CEE
Text Example
Text Example
White with #189CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189CEE; }
p { color: rgb(24,156,238); }
H1.HeaderClassName
{
color: #189CEE;
}
.AnyTagClassName
{
color: #189CEE;
}
</style>
background-color css
<style>
a { background-color: #189CEE; }
a { background-color: rgb(24,156,238); }
div.DivClassName
{
background-color: #189CEE;
}
.BgClassName
{
background-color: #189CEE;
}
</style>
border-color css
<style>
span { border-color: #189CEE; }
span { border-color: rgb(24,156,238); }
td.TdClassName
{
border-color: #189CEE;
}
.TagClassName
{
border-color: #189CEE;
}
</style>