Shades of Dodger Blue #3080FF
Tints of Dodger Blue #3080FF
RGB
CMYK
RGB Variations
Color information
#3080FF (or 0x3080FF) is known color: Dodger Blue. HEX triplet: 30, 80 and FF. RGB value is (48,128,255). Sum of RGB (Red+Green+Blue) = 48+128+255=431 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.14% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #3080FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3080FF is #CF7F00. Grayscale: #757575. Windows color (decimal): -13598465 or 16744496. OLE color: 16744496.
HSL color Cylindrical-coordinate representation of color #3080FF: hue angle of 216.81º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3080FF is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 128 | 255 | - |
| CMYK | 0.81 | 0.50 | 0 | 0 |
| HSL | 216.81º | 1% | 0.59% | - |
| HSV(B) | 216.81º | 0.81% | 1% | - |
| XYZ | 26.99 | 23.29 | 97.68 | - |
| YUV | 118.56 | 205 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 255 | 0.81 | 0.50 | 0 | 0 | 216.81 | 1 | 0.59 |
| Hex | 30 | 80 | FF | 51 | 32 | 0 | 0 | D9 | 64 | 3B |
| Octal | 60 | 200 | 377 | 121 | 62 | 0 | 0 | 331 | 144 | 73 |
| Binary | 110000 | 10000000 | 11111111 | 1010001 | 110010 | 0 | 0 | 11011001 | 1100100 | 111011 |
Color Harmonies of #3080FF
Complementary color
Monochromatic Colors of #3080FF
Black with #3080FF
Text Example
Text Example
White with #3080FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3080FF; }
p { color: rgb(48,128,255); }
H1.HeaderClassName
{
color: #3080FF;
}
.AnyTagClassName
{
color: #3080FF;
}
</style>
background-color css
<style>
a { background-color: #3080FF; }
a { background-color: rgb(48,128,255); }
div.DivClassName
{
background-color: #3080FF;
}
.BgClassName
{
background-color: #3080FF;
}
</style>
border-color css
<style>
span { border-color: #3080FF; }
span { border-color: rgb(48,128,255); }
td.TdClassName
{
border-color: #3080FF;
}
.TagClassName
{
border-color: #3080FF;
}
</style>