Shades of Dodger Blue #317CFE
Tints of Dodger Blue #317CFE
RGB
CMYK
RGB Variations
Color information
#317CFE (or 0x317CFE) is known color: Dodger Blue. HEX triplet: 31, 7C and FE. RGB value is (49,124,254). Sum of RGB (Red+Green+Blue) = 49+124+254=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #317CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317CFE is #CE8301. Grayscale: #737373. Windows color (decimal): -13533954 or 16677937. OLE color: 16677937.
HSL color Cylindrical-coordinate representation of color #317CFE: hue angle of 218.05º 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 #317CFE is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 124 | 254 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.00 |
| HSL | 218.05º | 0.99% | 0.59% | - |
| HSV(B) | 218.05º | 0.81% | 1% | - |
| XYZ | 26.36 | 22.22 | 96.67 | - |
| YUV | 116.4 | 205.65 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 124 | 254 | 0.81 | 0.51 | 0 | 0.00 | 218.05 | 0.99 | 0.59 |
| Hex | 31 | 7C | FE | 51 | 33 | 0 | 0 | DA | 63 | 3B |
| Octal | 61 | 174 | 376 | 121 | 63 | 0 | 0 | 332 | 143 | 73 |
| Binary | 110001 | 1111100 | 11111110 | 1010001 | 110011 | 0 | 0 | 11011010 | 1100011 | 111011 |
Color Harmonies of #317CFE
Complementary color
Monochromatic Colors of #317CFE
Black with #317CFE
Text Example
Text Example
White with #317CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317CFE; }
p { color: rgb(49,124,254); }
H1.HeaderClassName
{
color: #317CFE;
}
.AnyTagClassName
{
color: #317CFE;
}
</style>
background-color css
<style>
a { background-color: #317CFE; }
a { background-color: rgb(49,124,254); }
div.DivClassName
{
background-color: #317CFE;
}
.BgClassName
{
background-color: #317CFE;
}
</style>
border-color css
<style>
span { border-color: #317CFE; }
span { border-color: rgb(49,124,254); }
td.TdClassName
{
border-color: #317CFE;
}
.TagClassName
{
border-color: #317CFE;
}
</style>