Shades of Dodger Blue #3181FE
Tints of Dodger Blue #3181FE
RGB
CMYK
RGB Variations
Color information
#3181FE (or 0x3181FE) is known color: Dodger Blue. HEX triplet: 31, 81 and FE. RGB value is (49,129,254). Sum of RGB (Red+Green+Blue) = 49+129+254=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #3181FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3181FE is #CE7E01. Grayscale: #767676. Windows color (decimal): -13532674 or 16679217. OLE color: 16679217.
HSL color Cylindrical-coordinate representation of color #3181FE: hue angle of 216.59º 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 #3181FE is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 129 | 254 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.00 |
| HSL | 216.59º | 0.99% | 0.59% | - |
| HSV(B) | 216.59º | 0.81% | 1% | - |
| XYZ | 27.01 | 23.51 | 96.88 | - |
| YUV | 119.33 | 204 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 254 | 0.81 | 0.49 | 0 | 0.00 | 216.59 | 0.99 | 0.59 |
| Hex | 31 | 81 | FE | 51 | 31 | 0 | 0 | D9 | 63 | 3B |
| Octal | 61 | 201 | 376 | 121 | 61 | 0 | 0 | 331 | 143 | 73 |
| Binary | 110001 | 10000001 | 11111110 | 1010001 | 110001 | 0 | 0 | 11011001 | 1100011 | 111011 |
Color Harmonies of #3181FE
Complementary color
Monochromatic Colors of #3181FE
Black with #3181FE
Text Example
Text Example
White with #3181FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3181FE; }
p { color: rgb(49,129,254); }
H1.HeaderClassName
{
color: #3181FE;
}
.AnyTagClassName
{
color: #3181FE;
}
</style>
background-color css
<style>
a { background-color: #3181FE; }
a { background-color: rgb(49,129,254); }
div.DivClassName
{
background-color: #3181FE;
}
.BgClassName
{
background-color: #3181FE;
}
</style>
border-color css
<style>
span { border-color: #3181FE; }
span { border-color: rgb(49,129,254); }
td.TdClassName
{
border-color: #3181FE;
}
.TagClassName
{
border-color: #3181FE;
}
</style>