Shades of Dodger Blue #308DF6
Tints of Dodger Blue #308DF6
RGB
CMYK
RGB Variations
Color information
#308DF6 (or 0x308DF6) is known color: Dodger Blue. HEX triplet: 30, 8D and F6. RGB value is (48,141,246). Sum of RGB (Red+Green+Blue) = 48+141+246=435 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.03% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 246 (96.48% from 255 or 56.55% from 435); Max value from RGB is 246 - color contains mainly: blue. Hex color #308DF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308DF6 is #CF7209. Grayscale: #7C7C7C. Windows color (decimal): -13595146 or 16158000. OLE color: 16158000.
HSL color Cylindrical-coordinate representation of color #308DF6: hue angle of 211.82º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #308DF6 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 141 | 246 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.04 |
| HSL | 211.82º | 0.92% | 0.58% | - |
| HSV(B) | 211.82º | 0.8% | 0.96% | - |
| XYZ | 27.38 | 26.33 | 90.83 | - |
| YUV | 125.16 | 196.19 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 246 | 0.80 | 0.43 | 0 | 0.04 | 211.82 | 0.92 | 0.58 |
| Hex | 30 | 8D | F6 | 50 | 2B | 0 | 4 | D4 | 5C | 3A |
| Octal | 60 | 215 | 366 | 120 | 53 | 0 | 4 | 324 | 134 | 72 |
| Binary | 110000 | 10001101 | 11110110 | 1010000 | 101011 | 0 | 100 | 11010100 | 1011100 | 111010 |
Color Harmonies of #308DF6
Complementary color
Monochromatic Colors of #308DF6
Black with #308DF6
Text Example
Text Example
White with #308DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308DF6; }
p { color: rgb(48,141,246); }
H1.HeaderClassName
{
color: #308DF6;
}
.AnyTagClassName
{
color: #308DF6;
}
</style>
background-color css
<style>
a { background-color: #308DF6; }
a { background-color: rgb(48,141,246); }
div.DivClassName
{
background-color: #308DF6;
}
.BgClassName
{
background-color: #308DF6;
}
</style>
border-color css
<style>
span { border-color: #308DF6; }
span { border-color: rgb(48,141,246); }
td.TdClassName
{
border-color: #308DF6;
}
.TagClassName
{
border-color: #308DF6;
}
</style>