Shades of Dodger Blue #3080ED
Tints of Dodger Blue #3080ED
RGB
CMYK
RGB Variations
Color information
#3080ED (or 0x3080ED) is known color: Dodger Blue. HEX triplet: 30, 80 and ED. RGB value is (48,128,237). Sum of RGB (Red+Green+Blue) = 48+128+237=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #3080ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3080ED is #CF7F12. Grayscale: #737373. Windows color (decimal): -13598483 or 15564848. OLE color: 15564848.
HSL color Cylindrical-coordinate representation of color #3080ED: hue angle of 214.6º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3080ED is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 128 | 237 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.07 |
| HSL | 214.6º | 0.84% | 0.56% | - |
| HSV(B) | 214.6º | 0.8% | 0.93% | - |
| XYZ | 24.22 | 22.18 | 83.13 | - |
| YUV | 116.51 | 196 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 237 | 0.80 | 0.46 | 0 | 0.07 | 214.6 | 0.84 | 0.56 |
| Hex | 30 | 80 | ED | 50 | 2E | 0 | 7 | D7 | 54 | 38 |
| Octal | 60 | 200 | 355 | 120 | 56 | 0 | 7 | 327 | 124 | 70 |
| Binary | 110000 | 10000000 | 11101101 | 1010000 | 101110 | 0 | 111 | 11010111 | 1010100 | 111000 |
Color Harmonies of #3080ED
Complementary color
Monochromatic Colors of #3080ED
Black with #3080ED
Text Example
Text Example
White with #3080ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3080ED; }
p { color: rgb(48,128,237); }
H1.HeaderClassName
{
color: #3080ED;
}
.AnyTagClassName
{
color: #3080ED;
}
</style>
background-color css
<style>
a { background-color: #3080ED; }
a { background-color: rgb(48,128,237); }
div.DivClassName
{
background-color: #3080ED;
}
.BgClassName
{
background-color: #3080ED;
}
</style>
border-color css
<style>
span { border-color: #3080ED; }
span { border-color: rgb(48,128,237); }
td.TdClassName
{
border-color: #3080ED;
}
.TagClassName
{
border-color: #3080ED;
}
</style>