Shades of Dodger Blue #3181FA
Tints of Dodger Blue #3181FA
RGB
CMYK
RGB Variations
Color information
#3181FA (or 0x3181FA) is known color: Dodger Blue. HEX triplet: 31, 81 and FA. RGB value is (49,129,250). Sum of RGB (Red+Green+Blue) = 49+129+250=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #3181FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3181FA is #CE7E05. Grayscale: #767676. Windows color (decimal): -13532678 or 16417073. OLE color: 16417073.
HSL color Cylindrical-coordinate representation of color #3181FA: hue angle of 216.12º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3181FA is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 129 | 250 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.02 |
| HSL | 216.12º | 0.95% | 0.59% | - |
| HSV(B) | 216.12º | 0.8% | 0.98% | - |
| XYZ | 26.37 | 23.26 | 93.54 | - |
| YUV | 118.87 | 202 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 250 | 0.80 | 0.48 | 0 | 0.02 | 216.12 | 0.95 | 0.59 |
| Hex | 31 | 81 | FA | 50 | 30 | 0 | 2 | D8 | 5F | 3B |
| Octal | 61 | 201 | 372 | 120 | 60 | 0 | 2 | 330 | 137 | 73 |
| Binary | 110001 | 10000001 | 11111010 | 1010000 | 110000 | 0 | 10 | 11011000 | 1011111 | 111011 |
Color Harmonies of #3181FA
Complementary color
Monochromatic Colors of #3181FA
Black with #3181FA
Text Example
Text Example
White with #3181FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3181FA; }
p { color: rgb(49,129,250); }
H1.HeaderClassName
{
color: #3181FA;
}
.AnyTagClassName
{
color: #3181FA;
}
</style>
background-color css
<style>
a { background-color: #3181FA; }
a { background-color: rgb(49,129,250); }
div.DivClassName
{
background-color: #3181FA;
}
.BgClassName
{
background-color: #3181FA;
}
</style>
border-color css
<style>
span { border-color: #3181FA; }
span { border-color: rgb(49,129,250); }
td.TdClassName
{
border-color: #3181FA;
}
.TagClassName
{
border-color: #3181FA;
}
</style>