Shades of Dodger Blue #31A2FE
Tints of Dodger Blue #31A2FE
RGB
CMYK
RGB Variations
Color information
#31A2FE (or 0x31A2FE) is known color: Dodger Blue. HEX triplet: 31, A2 and FE. RGB value is (49,162,254). Sum of RGB (Red+Green+Blue) = 49+162+254=465 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.54% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #31A2FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A2FE is #CE5D01. Grayscale: #8A8A8A. Windows color (decimal): -13524226 or 16687665. OLE color: 16687665.
HSL color Cylindrical-coordinate representation of color #31A2FE: hue angle of 206.93º 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 #31A2FE is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 162 | 254 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.00 |
| HSL | 206.93º | 0.99% | 0.59% | - |
| HSV(B) | 206.93º | 0.81% | 1% | - |
| XYZ | 32.08 | 33.65 | 98.57 | - |
| YUV | 138.7 | 193.06 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 162 | 254 | 0.81 | 0.36 | 0 | 0.00 | 206.93 | 0.99 | 0.59 |
| Hex | 31 | A2 | FE | 51 | 24 | 0 | 0 | CF | 63 | 3B |
| Octal | 61 | 242 | 376 | 121 | 44 | 0 | 0 | 317 | 143 | 73 |
| Binary | 110001 | 10100010 | 11111110 | 1010001 | 100100 | 0 | 0 | 11001111 | 1100011 | 111011 |
Color Harmonies of #31A2FE
Complementary color
Monochromatic Colors of #31A2FE
Black with #31A2FE
Text Example
Text Example
White with #31A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A2FE; }
p { color: rgb(49,162,254); }
H1.HeaderClassName
{
color: #31A2FE;
}
.AnyTagClassName
{
color: #31A2FE;
}
</style>
background-color css
<style>
a { background-color: #31A2FE; }
a { background-color: rgb(49,162,254); }
div.DivClassName
{
background-color: #31A2FE;
}
.BgClassName
{
background-color: #31A2FE;
}
</style>
border-color css
<style>
span { border-color: #31A2FE; }
span { border-color: rgb(49,162,254); }
td.TdClassName
{
border-color: #31A2FE;
}
.TagClassName
{
border-color: #31A2FE;
}
</style>