Shades of Dodger Blue #31A0FA
Tints of Dodger Blue #31A0FA
RGB
CMYK
RGB Variations
Color information
#31A0FA (or 0x31A0FA) is known color: Dodger Blue. HEX triplet: 31, A0 and FA. RGB value is (49,160,250). Sum of RGB (Red+Green+Blue) = 49+160+250=459 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.68% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #31A0FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A0FA is #CE5F05. Grayscale: #888888. Windows color (decimal): -13524742 or 16425009. OLE color: 16425009.
HSL color Cylindrical-coordinate representation of color #31A0FA: hue angle of 206.87º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31A0FA is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 160 | 250 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.02 |
| HSL | 206.87º | 0.95% | 0.59% | - |
| HSV(B) | 206.87º | 0.8% | 0.98% | - |
| XYZ | 31.09 | 32.7 | 95.11 | - |
| YUV | 137.07 | 191.73 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 250 | 0.80 | 0.36 | 0 | 0.02 | 206.87 | 0.95 | 0.59 |
| Hex | 31 | A0 | FA | 50 | 24 | 0 | 2 | CF | 5F | 3B |
| Octal | 61 | 240 | 372 | 120 | 44 | 0 | 2 | 317 | 137 | 73 |
| Binary | 110001 | 10100000 | 11111010 | 1010000 | 100100 | 0 | 10 | 11001111 | 1011111 | 111011 |
Color Harmonies of #31A0FA
Complementary color
Monochromatic Colors of #31A0FA
Black with #31A0FA
Text Example
Text Example
White with #31A0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A0FA; }
p { color: rgb(49,160,250); }
H1.HeaderClassName
{
color: #31A0FA;
}
.AnyTagClassName
{
color: #31A0FA;
}
</style>
background-color css
<style>
a { background-color: #31A0FA; }
a { background-color: rgb(49,160,250); }
div.DivClassName
{
background-color: #31A0FA;
}
.BgClassName
{
background-color: #31A0FA;
}
</style>
border-color css
<style>
span { border-color: #31A0FA; }
span { border-color: rgb(49,160,250); }
td.TdClassName
{
border-color: #31A0FA;
}
.TagClassName
{
border-color: #31A0FA;
}
</style>