Shades of Dodger Blue #317EFF
Tints of Dodger Blue #317EFF
RGB
CMYK
RGB Variations
Color information
#317EFF (or 0x317EFF) is known color: Dodger Blue. HEX triplet: 31, 7E and FF. RGB value is (49,126,255). Sum of RGB (Red+Green+Blue) = 49+126+255=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #317EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317EFF is #CE8100. Grayscale: #757575. Windows color (decimal): -13533441 or 16743985. OLE color: 16743985.
HSL color Cylindrical-coordinate representation of color #317EFF: hue angle of 217.57º 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 #317EFF is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 126 | 255 | - |
| CMYK | 0.81 | 0.51 | 0 | 0 |
| HSL | 217.57º | 1% | 0.6% | - |
| HSV(B) | 217.57º | 0.81% | 1% | - |
| XYZ | 26.78 | 22.79 | 97.6 | - |
| YUV | 117.68 | 205.49 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 126 | 255 | 0.81 | 0.51 | 0 | 0 | 217.57 | 1 | 0.6 |
| Hex | 31 | 7E | FF | 51 | 33 | 0 | 0 | DA | 64 | 3C |
| Octal | 61 | 176 | 377 | 121 | 63 | 0 | 0 | 332 | 144 | 74 |
| Binary | 110001 | 1111110 | 11111111 | 1010001 | 110011 | 0 | 0 | 11011010 | 1100100 | 111100 |
Color Harmonies of #317EFF
Complementary color
Monochromatic Colors of #317EFF
Black with #317EFF
Text Example
Text Example
White with #317EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317EFF; }
p { color: rgb(49,126,255); }
H1.HeaderClassName
{
color: #317EFF;
}
.AnyTagClassName
{
color: #317EFF;
}
</style>
background-color css
<style>
a { background-color: #317EFF; }
a { background-color: rgb(49,126,255); }
div.DivClassName
{
background-color: #317EFF;
}
.BgClassName
{
background-color: #317EFF;
}
</style>
border-color css
<style>
span { border-color: #317EFF; }
span { border-color: rgb(49,126,255); }
td.TdClassName
{
border-color: #317EFF;
}
.TagClassName
{
border-color: #317EFF;
}
</style>