Shades of Dodger Blue #3089E6
Tints of Dodger Blue #3089E6
RGB
CMYK
RGB Variations
Color information
#3089E6 (or 0x3089E6) is known color: Dodger Blue. HEX triplet: 30, 89 and E6. RGB value is (48,137,230). Sum of RGB (Red+Green+Blue) = 48+137+230=415 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.57% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #3089E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3089E6 is #CF7619. Grayscale: #787878. Windows color (decimal): -13596186 or 15108400. OLE color: 15108400.
HSL color Cylindrical-coordinate representation of color #3089E6: hue angle of 210.66º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3089E6 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 137 | 230 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.10 |
| HSL | 210.66º | 0.78% | 0.55% | - |
| HSV(B) | 210.66º | 0.79% | 0.9% | - |
| XYZ | 24.45 | 24.23 | 78.25 | - |
| YUV | 120.99 | 189.51 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 137 | 230 | 0.79 | 0.40 | 0 | 0.10 | 210.66 | 0.78 | 0.55 |
| Hex | 30 | 89 | E6 | 4F | 28 | 0 | A | D3 | 4E | 37 |
| Octal | 60 | 211 | 346 | 117 | 50 | 0 | 12 | 323 | 116 | 67 |
| Binary | 110000 | 10001001 | 11100110 | 1001111 | 101000 | 0 | 1010 | 11010011 | 1001110 | 110111 |
Color Harmonies of #3089E6
Complementary color
Monochromatic Colors of #3089E6
Black with #3089E6
Text Example
Text Example
White with #3089E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3089E6; }
p { color: rgb(48,137,230); }
H1.HeaderClassName
{
color: #3089E6;
}
.AnyTagClassName
{
color: #3089E6;
}
</style>
background-color css
<style>
a { background-color: #3089E6; }
a { background-color: rgb(48,137,230); }
div.DivClassName
{
background-color: #3089E6;
}
.BgClassName
{
background-color: #3089E6;
}
</style>
border-color css
<style>
span { border-color: #3089E6; }
span { border-color: rgb(48,137,230); }
td.TdClassName
{
border-color: #3089E6;
}
.TagClassName
{
border-color: #3089E6;
}
</style>