Shades of Dodger Blue #319FFD
Tints of Dodger Blue #319FFD
RGB
CMYK
RGB Variations
Color information
#319FFD (or 0x319FFD) is known color: Dodger Blue. HEX triplet: 31, 9F and FD. RGB value is (49,159,253). Sum of RGB (Red+Green+Blue) = 49+159+253=461 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.63% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #319FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319FFD is #CE6002. Grayscale: #888888. Windows color (decimal): -13524995 or 16621361. OLE color: 16621361.
HSL color Cylindrical-coordinate representation of color #319FFD: hue angle of 207.65º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #319FFD is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 159 | 253 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.01 |
| HSL | 207.65º | 0.98% | 0.59% | - |
| HSV(B) | 207.65º | 0.81% | 0.99% | - |
| XYZ | 31.39 | 32.54 | 97.55 | - |
| YUV | 136.83 | 193.56 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 159 | 253 | 0.81 | 0.37 | 0 | 0.01 | 207.65 | 0.98 | 0.59 |
| Hex | 31 | 9F | FD | 51 | 25 | 0 | 1 | D0 | 62 | 3B |
| Octal | 61 | 237 | 375 | 121 | 45 | 0 | 1 | 320 | 142 | 73 |
| Binary | 110001 | 10011111 | 11111101 | 1010001 | 100101 | 0 | 1 | 11010000 | 1100010 | 111011 |
Color Harmonies of #319FFD
Complementary color
Monochromatic Colors of #319FFD
Black with #319FFD
Text Example
Text Example
White with #319FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319FFD; }
p { color: rgb(49,159,253); }
H1.HeaderClassName
{
color: #319FFD;
}
.AnyTagClassName
{
color: #319FFD;
}
</style>
background-color css
<style>
a { background-color: #319FFD; }
a { background-color: rgb(49,159,253); }
div.DivClassName
{
background-color: #319FFD;
}
.BgClassName
{
background-color: #319FFD;
}
</style>
border-color css
<style>
span { border-color: #319FFD; }
span { border-color: rgb(49,159,253); }
td.TdClassName
{
border-color: #319FFD;
}
.TagClassName
{
border-color: #319FFD;
}
</style>