Shades of Dodger Blue #31AAFD
Tints of Dodger Blue #31AAFD
RGB
CMYK
RGB Variations
Color information
#31AAFD (or 0x31AAFD) is known color: Dodger Blue. HEX triplet: 31, AA and FD. RGB value is (49,170,253). Sum of RGB (Red+Green+Blue) = 49+170+253=472 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.38% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #31AAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31AAFD is #CE5502. Grayscale: #8E8E8E. Windows color (decimal): -13522179 or 16624177. OLE color: 16624177.
HSL color Cylindrical-coordinate representation of color #31AAFD: hue angle of 204.41º degrees, saturation: 0.98, 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 #31AAFD is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 170 | 253 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.01 |
| HSL | 204.41º | 0.98% | 0.59% | - |
| HSV(B) | 204.41º | 0.81% | 0.99% | - |
| XYZ | 33.37 | 36.49 | 98.21 | - |
| YUV | 143.28 | 189.91 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 253 | 0.81 | 0.33 | 0 | 0.01 | 204.41 | 0.98 | 0.59 |
| Hex | 31 | AA | FD | 51 | 21 | 0 | 1 | CC | 62 | 3B |
| Octal | 61 | 252 | 375 | 121 | 41 | 0 | 1 | 314 | 142 | 73 |
| Binary | 110001 | 10101010 | 11111101 | 1010001 | 100001 | 0 | 1 | 11001100 | 1100010 | 111011 |
Color Harmonies of #31AAFD
Complementary color
Monochromatic Colors of #31AAFD
Black with #31AAFD
Text Example
Text Example
White with #31AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AAFD; }
p { color: rgb(49,170,253); }
H1.HeaderClassName
{
color: #31AAFD;
}
.AnyTagClassName
{
color: #31AAFD;
}
</style>
background-color css
<style>
a { background-color: #31AAFD; }
a { background-color: rgb(49,170,253); }
div.DivClassName
{
background-color: #31AAFD;
}
.BgClassName
{
background-color: #31AAFD;
}
</style>
border-color css
<style>
span { border-color: #31AAFD; }
span { border-color: rgb(49,170,253); }
td.TdClassName
{
border-color: #31AAFD;
}
.TagClassName
{
border-color: #31AAFD;
}
</style>