Shades of Dodger Blue #3090E6
Tints of Dodger Blue #3090E6
RGB
CMYK
RGB Variations
Color information
#3090E6 (or 0x3090E6) is known color: Dodger Blue. HEX triplet: 30, 90 and E6. RGB value is (48,144,230). Sum of RGB (Red+Green+Blue) = 48+144+230=422 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.37% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 230 (90.23% from 255 or 54.50% from 422); Max value from RGB is 230 - color contains mainly: blue. Hex color #3090E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3090E6 is #CF6F19. Grayscale: #7C7C7C. Windows color (decimal): -13594394 or 15110192. OLE color: 15110192.
HSL color Cylindrical-coordinate representation of color #3090E6: hue angle of 208.35º 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 #3090E6 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 144 | 230 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.10 |
| HSL | 208.35º | 0.78% | 0.55% | - |
| HSV(B) | 208.35º | 0.79% | 0.9% | - |
| XYZ | 25.48 | 26.29 | 78.59 | - |
| YUV | 125.1 | 187.2 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 230 | 0.79 | 0.37 | 0 | 0.10 | 208.35 | 0.78 | 0.55 |
| Hex | 30 | 90 | E6 | 4F | 25 | 0 | A | D0 | 4E | 37 |
| Octal | 60 | 220 | 346 | 117 | 45 | 0 | 12 | 320 | 116 | 67 |
| Binary | 110000 | 10010000 | 11100110 | 1001111 | 100101 | 0 | 1010 | 11010000 | 1001110 | 110111 |
Color Harmonies of #3090E6
Complementary color
Monochromatic Colors of #3090E6
Black with #3090E6
Text Example
Text Example
White with #3090E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3090E6; }
p { color: rgb(48,144,230); }
H1.HeaderClassName
{
color: #3090E6;
}
.AnyTagClassName
{
color: #3090E6;
}
</style>
background-color css
<style>
a { background-color: #3090E6; }
a { background-color: rgb(48,144,230); }
div.DivClassName
{
background-color: #3090E6;
}
.BgClassName
{
background-color: #3090E6;
}
</style>
border-color css
<style>
span { border-color: #3090E6; }
span { border-color: rgb(48,144,230); }
td.TdClassName
{
border-color: #3090E6;
}
.TagClassName
{
border-color: #3090E6;
}
</style>