Shades of Dodger Blue #31A9FE
Tints of Dodger Blue #31A9FE
RGB
CMYK
RGB Variations
Color information
#31A9FE (or 0x31A9FE) is known color: Dodger Blue. HEX triplet: 31, A9 and FE. RGB value is (49,169,254). Sum of RGB (Red+Green+Blue) = 49+169+254=472 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.38% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #31A9FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A9FE is #CE5601. Grayscale: #8E8E8E. Windows color (decimal): -13522434 or 16689457. OLE color: 16689457.
HSL color Cylindrical-coordinate representation of color #31A9FE: hue angle of 204.88º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31A9FE is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 169 | 254 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.00 |
| HSL | 204.88º | 0.99% | 0.59% | - |
| HSV(B) | 204.88º | 0.81% | 1% | - |
| XYZ | 33.34 | 36.18 | 98.99 | - |
| YUV | 142.81 | 190.74 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 169 | 254 | 0.81 | 0.33 | 0 | 0.00 | 204.88 | 0.99 | 0.59 |
| Hex | 31 | A9 | FE | 51 | 21 | 0 | 0 | CD | 63 | 3B |
| Octal | 61 | 251 | 376 | 121 | 41 | 0 | 0 | 315 | 143 | 73 |
| Binary | 110001 | 10101001 | 11111110 | 1010001 | 100001 | 0 | 0 | 11001101 | 1100011 | 111011 |
Color Harmonies of #31A9FE
Complementary color
Monochromatic Colors of #31A9FE
Black with #31A9FE
Text Example
Text Example
White with #31A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A9FE; }
p { color: rgb(49,169,254); }
H1.HeaderClassName
{
color: #31A9FE;
}
.AnyTagClassName
{
color: #31A9FE;
}
</style>
background-color css
<style>
a { background-color: #31A9FE; }
a { background-color: rgb(49,169,254); }
div.DivClassName
{
background-color: #31A9FE;
}
.BgClassName
{
background-color: #31A9FE;
}
</style>
border-color css
<style>
span { border-color: #31A9FE; }
span { border-color: rgb(49,169,254); }
td.TdClassName
{
border-color: #31A9FE;
}
.TagClassName
{
border-color: #31A9FE;
}
</style>