Shades of Dodger Blue #308DF9
Tints of Dodger Blue #308DF9
RGB
CMYK
RGB Variations
Color information
#308DF9 (or 0x308DF9) is known color: Dodger Blue. HEX triplet: 30, 8D and F9. RGB value is (48,141,249). Sum of RGB (Red+Green+Blue) = 48+141+249=438 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.96% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #308DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #308DF9 is #CF7206. Grayscale: #7C7C7C. Windows color (decimal): -13595143 or 16354608. OLE color: 16354608.
HSL color Cylindrical-coordinate representation of color #308DF9: hue angle of 212.24º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #308DF9 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 141 | 249 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.02 |
| HSL | 212.24º | 0.94% | 0.58% | - |
| HSV(B) | 212.24º | 0.81% | 0.98% | - |
| XYZ | 27.84 | 26.52 | 93.27 | - |
| YUV | 125.51 | 197.69 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 249 | 0.81 | 0.43 | 0 | 0.02 | 212.24 | 0.94 | 0.58 |
| Hex | 30 | 8D | F9 | 51 | 2B | 0 | 2 | D4 | 5E | 3A |
| Octal | 60 | 215 | 371 | 121 | 53 | 0 | 2 | 324 | 136 | 72 |
| Binary | 110000 | 10001101 | 11111001 | 1010001 | 101011 | 0 | 10 | 11010100 | 1011110 | 111010 |
Color Harmonies of #308DF9
Complementary color
Monochromatic Colors of #308DF9
Black with #308DF9
Text Example
Text Example
White with #308DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308DF9; }
p { color: rgb(48,141,249); }
H1.HeaderClassName
{
color: #308DF9;
}
.AnyTagClassName
{
color: #308DF9;
}
</style>
background-color css
<style>
a { background-color: #308DF9; }
a { background-color: rgb(48,141,249); }
div.DivClassName
{
background-color: #308DF9;
}
.BgClassName
{
background-color: #308DF9;
}
</style>
border-color css
<style>
span { border-color: #308DF9; }
span { border-color: rgb(48,141,249); }
td.TdClassName
{
border-color: #308DF9;
}
.TagClassName
{
border-color: #308DF9;
}
</style>