Shades of Dodger Blue #0189ED
Tints of Dodger Blue #0189ED
RGB
CMYK
RGB Variations
Color information
#0189ED (or 0x0189ED) is known color: Dodger Blue. HEX triplet: 01, 89 and ED. RGB value is (1,137,237). Sum of RGB (Red+Green+Blue) = 1+137+237=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #0189ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0189ED is #FE7612. Grayscale: #6B6B6B. Windows color (decimal): -16676371 or 15567105. OLE color: 15567105.
HSL color Cylindrical-coordinate representation of color #0189ED: hue angle of 205.42º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0189ED is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 137 | 237 | - |
| CMYK | 1.00 | 0.42 | 0 | 0.07 |
| HSL | 205.42º | 0.99% | 0.47% | - |
| HSV(B) | 205.42º | 1% | 0.93% | - |
| XYZ | 24.24 | 24.01 | 83.48 | - |
| YUV | 107.74 | 200.94 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 237 | 1.00 | 0.42 | 0 | 0.07 | 205.42 | 0.99 | 0.47 |
| Hex | 1 | 89 | ED | 64 | 2A | 0 | 7 | CD | 63 | 2F |
| Octal | 1 | 211 | 355 | 144 | 52 | 0 | 7 | 315 | 143 | 57 |
| Binary | 1 | 10001001 | 11101101 | 1100100 | 101010 | 0 | 111 | 11001101 | 1100011 | 101111 |
Color Harmonies of #0189ED
Complementary color
Monochromatic Colors of #0189ED
Black with #0189ED
Text Example
Text Example
White with #0189ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0189ED; }
p { color: rgb(1,137,237); }
H1.HeaderClassName
{
color: #0189ED;
}
.AnyTagClassName
{
color: #0189ED;
}
</style>
background-color css
<style>
a { background-color: #0189ED; }
a { background-color: rgb(1,137,237); }
div.DivClassName
{
background-color: #0189ED;
}
.BgClassName
{
background-color: #0189ED;
}
</style>
border-color css
<style>
span { border-color: #0189ED; }
span { border-color: rgb(1,137,237); }
td.TdClassName
{
border-color: #0189ED;
}
.TagClassName
{
border-color: #0189ED;
}
</style>