Shades of Dodger Blue #3080F8
Tints of Dodger Blue #3080F8
RGB
CMYK
RGB Variations
Color information
#3080F8 (or 0x3080F8) is known color: Dodger Blue. HEX triplet: 30, 80 and F8. RGB value is (48,128,248). Sum of RGB (Red+Green+Blue) = 48+128+248=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 248 (97.27% from 255 or 58.49% from 424); Max value from RGB is 248 - color contains mainly: blue. Hex color #3080F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3080F8 is #CF7F07. Grayscale: #757575. Windows color (decimal): -13598472 or 16285744. OLE color: 16285744.
HSL color Cylindrical-coordinate representation of color #3080F8: hue angle of 216º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3080F8 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 128 | 248 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.03 |
| HSL | 216º | 0.93% | 0.58% | - |
| HSV(B) | 216º | 0.81% | 0.97% | - |
| XYZ | 25.88 | 22.84 | 91.85 | - |
| YUV | 117.76 | 201.5 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 248 | 0.81 | 0.48 | 0 | 0.03 | 216 | 0.93 | 0.58 |
| Hex | 30 | 80 | F8 | 51 | 30 | 0 | 3 | D8 | 5D | 3A |
| Octal | 60 | 200 | 370 | 121 | 60 | 0 | 3 | 330 | 135 | 72 |
| Binary | 110000 | 10000000 | 11111000 | 1010001 | 110000 | 0 | 11 | 11011000 | 1011101 | 111010 |
Color Harmonies of #3080F8
Complementary color
Monochromatic Colors of #3080F8
Black with #3080F8
Text Example
Text Example
White with #3080F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3080F8; }
p { color: rgb(48,128,248); }
H1.HeaderClassName
{
color: #3080F8;
}
.AnyTagClassName
{
color: #3080F8;
}
</style>
background-color css
<style>
a { background-color: #3080F8; }
a { background-color: rgb(48,128,248); }
div.DivClassName
{
background-color: #3080F8;
}
.BgClassName
{
background-color: #3080F8;
}
</style>
border-color css
<style>
span { border-color: #3080F8; }
span { border-color: rgb(48,128,248); }
td.TdClassName
{
border-color: #3080F8;
}
.TagClassName
{
border-color: #3080F8;
}
</style>