Shades of Dodger Blue #31A0FF
Tints of Dodger Blue #31A0FF
RGB
CMYK
RGB Variations
Color information
#31A0FF (or 0x31A0FF) is known color: Dodger Blue. HEX triplet: 31, A0 and FF. RGB value is (49,160,255). Sum of RGB (Red+Green+Blue) = 49+160+255=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #31A0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A0FF is #CE5F00. Grayscale: #898989. Windows color (decimal): -13524737 or 16752689. OLE color: 16752689.
HSL color Cylindrical-coordinate representation of color #31A0FF: hue angle of 207.67º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31A0FF is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 160 | 255 | - |
| CMYK | 0.81 | 0.37 | 0 | 0 |
| HSL | 207.67º | 1% | 0.6% | - |
| HSV(B) | 207.67º | 0.81% | 1% | - |
| XYZ | 31.89 | 33.01 | 99.3 | - |
| YUV | 137.64 | 194.23 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 255 | 0.81 | 0.37 | 0 | 0 | 207.67 | 1 | 0.6 |
| Hex | 31 | A0 | FF | 51 | 25 | 0 | 0 | D0 | 64 | 3C |
| Octal | 61 | 240 | 377 | 121 | 45 | 0 | 0 | 320 | 144 | 74 |
| Binary | 110001 | 10100000 | 11111111 | 1010001 | 100101 | 0 | 0 | 11010000 | 1100100 | 111100 |
Color Harmonies of #31A0FF
Complementary color
Monochromatic Colors of #31A0FF
Black with #31A0FF
Text Example
Text Example
White with #31A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A0FF; }
p { color: rgb(49,160,255); }
H1.HeaderClassName
{
color: #31A0FF;
}
.AnyTagClassName
{
color: #31A0FF;
}
</style>
background-color css
<style>
a { background-color: #31A0FF; }
a { background-color: rgb(49,160,255); }
div.DivClassName
{
background-color: #31A0FF;
}
.BgClassName
{
background-color: #31A0FF;
}
</style>
border-color css
<style>
span { border-color: #31A0FF; }
span { border-color: rgb(49,160,255); }
td.TdClassName
{
border-color: #31A0FF;
}
.TagClassName
{
border-color: #31A0FF;
}
</style>