Shades of Dodger Blue #31A0FC
Tints of Dodger Blue #31A0FC
RGB
CMYK
RGB Variations
Color information
#31A0FC (or 0x31A0FC) is known color: Dodger Blue. HEX triplet: 31, A0 and FC. RGB value is (49,160,252). Sum of RGB (Red+Green+Blue) = 49+160+252=461 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.63% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #31A0FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A0FC is #CE5F03. Grayscale: #888888. Windows color (decimal): -13524740 or 16556081. OLE color: 16556081.
HSL color Cylindrical-coordinate representation of color #31A0FC: hue angle of 207.19º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31A0FC is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 160 | 252 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.01 |
| HSL | 207.19º | 0.97% | 0.59% | - |
| HSV(B) | 207.19º | 0.81% | 0.99% | - |
| XYZ | 31.41 | 32.82 | 96.78 | - |
| YUV | 137.3 | 192.73 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 252 | 0.81 | 0.37 | 0 | 0.01 | 207.19 | 0.97 | 0.59 |
| Hex | 31 | A0 | FC | 51 | 25 | 0 | 1 | CF | 61 | 3B |
| Octal | 61 | 240 | 374 | 121 | 45 | 0 | 1 | 317 | 141 | 73 |
| Binary | 110001 | 10100000 | 11111100 | 1010001 | 100101 | 0 | 1 | 11001111 | 1100001 | 111011 |
Color Harmonies of #31A0FC
Complementary color
Monochromatic Colors of #31A0FC
Black with #31A0FC
Text Example
Text Example
White with #31A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A0FC; }
p { color: rgb(49,160,252); }
H1.HeaderClassName
{
color: #31A0FC;
}
.AnyTagClassName
{
color: #31A0FC;
}
</style>
background-color css
<style>
a { background-color: #31A0FC; }
a { background-color: rgb(49,160,252); }
div.DivClassName
{
background-color: #31A0FC;
}
.BgClassName
{
background-color: #31A0FC;
}
</style>
border-color css
<style>
span { border-color: #31A0FC; }
span { border-color: rgb(49,160,252); }
td.TdClassName
{
border-color: #31A0FC;
}
.TagClassName
{
border-color: #31A0FC;
}
</style>