Shades of Dodger Blue #31A0F9
Tints of Dodger Blue #31A0F9
RGB
CMYK
RGB Variations
Color information
#31A0F9 (or 0x31A0F9) is known color: Dodger Blue. HEX triplet: 31, A0 and F9. RGB value is (49,160,249). Sum of RGB (Red+Green+Blue) = 49+160+249=458 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.70% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #31A0F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A0F9 is #CE5F06. Grayscale: #888888. Windows color (decimal): -13524743 or 16359473. OLE color: 16359473.
HSL color Cylindrical-coordinate representation of color #31A0F9: hue angle of 206.7º 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 #31A0F9 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 160 | 249 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.02 |
| HSL | 206.7º | 0.94% | 0.58% | - |
| HSV(B) | 206.7º | 0.8% | 0.98% | - |
| XYZ | 30.94 | 32.63 | 94.29 | - |
| YUV | 136.96 | 191.23 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 249 | 0.80 | 0.36 | 0 | 0.02 | 206.7 | 0.94 | 0.58 |
| Hex | 31 | A0 | F9 | 50 | 24 | 0 | 2 | CF | 5E | 3A |
| Octal | 61 | 240 | 371 | 120 | 44 | 0 | 2 | 317 | 136 | 72 |
| Binary | 110001 | 10100000 | 11111001 | 1010000 | 100100 | 0 | 10 | 11001111 | 1011110 | 111010 |
Color Harmonies of #31A0F9
Complementary color
Monochromatic Colors of #31A0F9
Black with #31A0F9
Text Example
Text Example
White with #31A0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A0F9; }
p { color: rgb(49,160,249); }
H1.HeaderClassName
{
color: #31A0F9;
}
.AnyTagClassName
{
color: #31A0F9;
}
</style>
background-color css
<style>
a { background-color: #31A0F9; }
a { background-color: rgb(49,160,249); }
div.DivClassName
{
background-color: #31A0F9;
}
.BgClassName
{
background-color: #31A0F9;
}
</style>
border-color css
<style>
span { border-color: #31A0F9; }
span { border-color: rgb(49,160,249); }
td.TdClassName
{
border-color: #31A0F9;
}
.TagClassName
{
border-color: #31A0F9;
}
</style>