Shades of Dodger Blue #31A6F8
Tints of Dodger Blue #31A6F8
RGB
CMYK
RGB Variations
Color information
#31A6F8 (or 0x31A6F8) is known color: Dodger Blue. HEX triplet: 31, A6 and F8. RGB value is (49,166,248). Sum of RGB (Red+Green+Blue) = 49+166+248=463 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.58% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #31A6F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A6F8 is #CE5907. Grayscale: #8B8B8B. Windows color (decimal): -13523208 or 16295473. OLE color: 16295473.
HSL color Cylindrical-coordinate representation of color #31A6F8: hue angle of 204.72º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31A6F8 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 166 | 248 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.03 |
| HSL | 204.72º | 0.93% | 0.58% | - |
| HSV(B) | 204.72º | 0.8% | 0.97% | - |
| XYZ | 31.85 | 34.7 | 93.83 | - |
| YUV | 140.37 | 188.74 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 166 | 248 | 0.80 | 0.33 | 0 | 0.03 | 204.72 | 0.93 | 0.58 |
| Hex | 31 | A6 | F8 | 50 | 21 | 0 | 3 | CD | 5D | 3A |
| Octal | 61 | 246 | 370 | 120 | 41 | 0 | 3 | 315 | 135 | 72 |
| Binary | 110001 | 10100110 | 11111000 | 1010000 | 100001 | 0 | 11 | 11001101 | 1011101 | 111010 |
Color Harmonies of #31A6F8
Complementary color
Monochromatic Colors of #31A6F8
Black with #31A6F8
Text Example
Text Example
White with #31A6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A6F8; }
p { color: rgb(49,166,248); }
H1.HeaderClassName
{
color: #31A6F8;
}
.AnyTagClassName
{
color: #31A6F8;
}
</style>
background-color css
<style>
a { background-color: #31A6F8; }
a { background-color: rgb(49,166,248); }
div.DivClassName
{
background-color: #31A6F8;
}
.BgClassName
{
background-color: #31A6F8;
}
</style>
border-color css
<style>
span { border-color: #31A6F8; }
span { border-color: rgb(49,166,248); }
td.TdClassName
{
border-color: #31A6F8;
}
.TagClassName
{
border-color: #31A6F8;
}
</style>