Shades of Dodger Blue #189EEE
Tints of Dodger Blue #189EEE
RGB
CMYK
RGB Variations
Color information
#189EEE (or 0x189EEE) is known color: Dodger Blue. HEX triplet: 18, 9E and EE. RGB value is (24,158,238). Sum of RGB (Red+Green+Blue) = 24+158+238=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #189EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #189EEE is #E76111. Grayscale: #7E7E7E. Windows color (decimal): -15163666 or 15638040. OLE color: 15638040.
HSL color Cylindrical-coordinate representation of color #189EEE: hue angle of 202.43º 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 #189EEE is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 158 | 238 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.07 |
| HSL | 202.43º | 0.86% | 0.51% | - |
| HSV(B) | 202.43º | 0.9% | 0.93% | - |
| XYZ | 28.04 | 30.82 | 85.36 | - |
| YUV | 127.05 | 190.61 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 158 | 238 | 0.90 | 0.34 | 0 | 0.07 | 202.43 | 0.86 | 0.51 |
| Hex | 18 | 9E | EE | 5A | 22 | 0 | 7 | CA | 56 | 33 |
| Octal | 30 | 236 | 356 | 132 | 42 | 0 | 7 | 312 | 126 | 63 |
| Binary | 11000 | 10011110 | 11101110 | 1011010 | 100010 | 0 | 111 | 11001010 | 1010110 | 110011 |
Color Harmonies of #189EEE
Complementary color
Monochromatic Colors of #189EEE
Black with #189EEE
Text Example
Text Example
White with #189EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189EEE; }
p { color: rgb(24,158,238); }
H1.HeaderClassName
{
color: #189EEE;
}
.AnyTagClassName
{
color: #189EEE;
}
</style>
background-color css
<style>
a { background-color: #189EEE; }
a { background-color: rgb(24,158,238); }
div.DivClassName
{
background-color: #189EEE;
}
.BgClassName
{
background-color: #189EEE;
}
</style>
border-color css
<style>
span { border-color: #189EEE; }
span { border-color: rgb(24,158,238); }
td.TdClassName
{
border-color: #189EEE;
}
.TagClassName
{
border-color: #189EEE;
}
</style>