Shades of Dodger Blue #31ABFF
Tints of Dodger Blue #31ABFF
RGB
CMYK
RGB Variations
Color information
#31ABFF (or 0x31ABFF) is known color: Dodger Blue. HEX triplet: 31, AB and FF. RGB value is (49,171,255). Sum of RGB (Red+Green+Blue) = 49+171+255=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #31ABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31ABFF is #CE5400. Grayscale: #8F8F8F. Windows color (decimal): -13521921 or 16755505. OLE color: 16755505.
HSL color Cylindrical-coordinate representation of color #31ABFF: hue angle of 204.47º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31ABFF is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 171 | 255 | - |
| CMYK | 0.81 | 0.33 | 0 | 0 |
| HSL | 204.47º | 1% | 0.6% | - |
| HSV(B) | 204.47º | 0.81% | 1% | - |
| XYZ | 33.88 | 37 | 99.96 | - |
| YUV | 144.1 | 190.58 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 171 | 255 | 0.81 | 0.33 | 0 | 0 | 204.47 | 1 | 0.6 |
| Hex | 31 | AB | FF | 51 | 21 | 0 | 0 | CC | 64 | 3C |
| Octal | 61 | 253 | 377 | 121 | 41 | 0 | 0 | 314 | 144 | 74 |
| Binary | 110001 | 10101011 | 11111111 | 1010001 | 100001 | 0 | 0 | 11001100 | 1100100 | 111100 |
Color Harmonies of #31ABFF
Complementary color
Monochromatic Colors of #31ABFF
Black with #31ABFF
Text Example
Text Example
White with #31ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31ABFF; }
p { color: rgb(49,171,255); }
H1.HeaderClassName
{
color: #31ABFF;
}
.AnyTagClassName
{
color: #31ABFF;
}
</style>
background-color css
<style>
a { background-color: #31ABFF; }
a { background-color: rgb(49,171,255); }
div.DivClassName
{
background-color: #31ABFF;
}
.BgClassName
{
background-color: #31ABFF;
}
</style>
border-color css
<style>
span { border-color: #31ABFF; }
span { border-color: rgb(49,171,255); }
td.TdClassName
{
border-color: #31ABFF;
}
.TagClassName
{
border-color: #31ABFF;
}
</style>