Shades of Dodger Blue #317DFF
Tints of Dodger Blue #317DFF
RGB
CMYK
RGB Variations
Color information
#317DFF (or 0x317DFF) is known color: Dodger Blue. HEX triplet: 31, 7D and FF. RGB value is (49,125,255). Sum of RGB (Red+Green+Blue) = 49+125+255=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #317DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317DFF is #CE8200. Grayscale: #747474. Windows color (decimal): -13533697 or 16743729. OLE color: 16743729.
HSL color Cylindrical-coordinate representation of color #317DFF: hue angle of 217.86º 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 #317DFF is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 125 | 255 | - |
| CMYK | 0.81 | 0.51 | 0 | 0 |
| HSL | 217.86º | 1% | 0.6% | - |
| HSV(B) | 217.86º | 0.81% | 1% | - |
| XYZ | 26.65 | 22.54 | 97.55 | - |
| YUV | 117.1 | 205.82 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 255 | 0.81 | 0.51 | 0 | 0 | 217.86 | 1 | 0.6 |
| Hex | 31 | 7D | FF | 51 | 33 | 0 | 0 | DA | 64 | 3C |
| Octal | 61 | 175 | 377 | 121 | 63 | 0 | 0 | 332 | 144 | 74 |
| Binary | 110001 | 1111101 | 11111111 | 1010001 | 110011 | 0 | 0 | 11011010 | 1100100 | 111100 |
Color Harmonies of #317DFF
Complementary color
Monochromatic Colors of #317DFF
Black with #317DFF
Text Example
Text Example
White with #317DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317DFF; }
p { color: rgb(49,125,255); }
H1.HeaderClassName
{
color: #317DFF;
}
.AnyTagClassName
{
color: #317DFF;
}
</style>
background-color css
<style>
a { background-color: #317DFF; }
a { background-color: rgb(49,125,255); }
div.DivClassName
{
background-color: #317DFF;
}
.BgClassName
{
background-color: #317DFF;
}
</style>
border-color css
<style>
span { border-color: #317DFF; }
span { border-color: rgb(49,125,255); }
td.TdClassName
{
border-color: #317DFF;
}
.TagClassName
{
border-color: #317DFF;
}
</style>