Shades of Dodger Blue #318DF9
Tints of Dodger Blue #318DF9
RGB
CMYK
RGB Variations
Color information
#318DF9 (or 0x318DF9) is known color: Dodger Blue. HEX triplet: 31, 8D and F9. RGB value is (49,141,249). Sum of RGB (Red+Green+Blue) = 49+141+249=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 249 (97.66% from 255 or 56.72% from 439); Max value from RGB is 249 - color contains mainly: blue. Hex color #318DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318DF9 is #CE7206. Grayscale: #7D7D7D. Windows color (decimal): -13529607 or 16354609. OLE color: 16354609.
HSL color Cylindrical-coordinate representation of color #318DF9: hue angle of 212.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #318DF9 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 141 | 249 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.02 |
| HSL | 212.4º | 0.94% | 0.58% | - |
| HSV(B) | 212.4º | 0.8% | 0.98% | - |
| XYZ | 27.89 | 26.54 | 93.28 | - |
| YUV | 125.8 | 197.52 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 249 | 0.80 | 0.43 | 0 | 0.02 | 212.4 | 0.94 | 0.58 |
| Hex | 31 | 8D | F9 | 50 | 2B | 0 | 2 | D4 | 5E | 3A |
| Octal | 61 | 215 | 371 | 120 | 53 | 0 | 2 | 324 | 136 | 72 |
| Binary | 110001 | 10001101 | 11111001 | 1010000 | 101011 | 0 | 10 | 11010100 | 1011110 | 111010 |
Color Harmonies of #318DF9
Complementary color
Monochromatic Colors of #318DF9
Black with #318DF9
Text Example
Text Example
White with #318DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318DF9; }
p { color: rgb(49,141,249); }
H1.HeaderClassName
{
color: #318DF9;
}
.AnyTagClassName
{
color: #318DF9;
}
</style>
background-color css
<style>
a { background-color: #318DF9; }
a { background-color: rgb(49,141,249); }
div.DivClassName
{
background-color: #318DF9;
}
.BgClassName
{
background-color: #318DF9;
}
</style>
border-color css
<style>
span { border-color: #318DF9; }
span { border-color: rgb(49,141,249); }
td.TdClassName
{
border-color: #318DF9;
}
.TagClassName
{
border-color: #318DF9;
}
</style>