Shades of Dodger Blue #31A3FC
Tints of Dodger Blue #31A3FC
RGB
CMYK
RGB Variations
Color information
#31A3FC (or 0x31A3FC) is known color: Dodger Blue. HEX triplet: 31, A3 and FC. RGB value is (49,163,252). Sum of RGB (Red+Green+Blue) = 49+163+252=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #31A3FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A3FC is #CE5C03. Grayscale: #8A8A8A. Windows color (decimal): -13523972 or 16556849. OLE color: 16556849.
HSL color Cylindrical-coordinate representation of color #31A3FC: hue angle of 206.31º 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 #31A3FC is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 163 | 252 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.01 |
| HSL | 206.31º | 0.97% | 0.59% | - |
| HSV(B) | 206.31º | 0.81% | 0.99% | - |
| XYZ | 31.93 | 33.88 | 96.95 | - |
| YUV | 139.06 | 191.73 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 163 | 252 | 0.81 | 0.35 | 0 | 0.01 | 206.31 | 0.97 | 0.59 |
| Hex | 31 | A3 | FC | 51 | 23 | 0 | 1 | CE | 61 | 3B |
| Octal | 61 | 243 | 374 | 121 | 43 | 0 | 1 | 316 | 141 | 73 |
| Binary | 110001 | 10100011 | 11111100 | 1010001 | 100011 | 0 | 1 | 11001110 | 1100001 | 111011 |
Color Harmonies of #31A3FC
Complementary color
Monochromatic Colors of #31A3FC
Black with #31A3FC
Text Example
Text Example
White with #31A3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A3FC; }
p { color: rgb(49,163,252); }
H1.HeaderClassName
{
color: #31A3FC;
}
.AnyTagClassName
{
color: #31A3FC;
}
</style>
background-color css
<style>
a { background-color: #31A3FC; }
a { background-color: rgb(49,163,252); }
div.DivClassName
{
background-color: #31A3FC;
}
.BgClassName
{
background-color: #31A3FC;
}
</style>
border-color css
<style>
span { border-color: #31A3FC; }
span { border-color: rgb(49,163,252); }
td.TdClassName
{
border-color: #31A3FC;
}
.TagClassName
{
border-color: #31A3FC;
}
</style>