Shades of Dodger Blue #319DF0
Tints of Dodger Blue #319DF0
RGB
CMYK
RGB Variations
Color information
#319DF0 (or 0x319DF0) is known color: Dodger Blue. HEX triplet: 31, 9D and F0. RGB value is (49,157,240). Sum of RGB (Red+Green+Blue) = 49+157+240=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #319DF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319DF0 is #CE620F. Grayscale: #858585. Windows color (decimal): -13525520 or 15768881. OLE color: 15768881.
HSL color Cylindrical-coordinate representation of color #319DF0: hue angle of 206.07º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #319DF0 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 157 | 240 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.06 |
| HSL | 206.07º | 0.86% | 0.57% | - |
| HSV(B) | 206.07º | 0.8% | 0.94% | - |
| XYZ | 29.05 | 31.06 | 86.9 | - |
| YUV | 134.17 | 187.72 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 157 | 240 | 0.80 | 0.35 | 0 | 0.06 | 206.07 | 0.86 | 0.57 |
| Hex | 31 | 9D | F0 | 50 | 23 | 0 | 6 | CE | 56 | 39 |
| Octal | 61 | 235 | 360 | 120 | 43 | 0 | 6 | 316 | 126 | 71 |
| Binary | 110001 | 10011101 | 11110000 | 1010000 | 100011 | 0 | 110 | 11001110 | 1010110 | 111001 |
Color Harmonies of #319DF0
Complementary color
Monochromatic Colors of #319DF0
Black with #319DF0
Text Example
Text Example
White with #319DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319DF0; }
p { color: rgb(49,157,240); }
H1.HeaderClassName
{
color: #319DF0;
}
.AnyTagClassName
{
color: #319DF0;
}
</style>
background-color css
<style>
a { background-color: #319DF0; }
a { background-color: rgb(49,157,240); }
div.DivClassName
{
background-color: #319DF0;
}
.BgClassName
{
background-color: #319DF0;
}
</style>
border-color css
<style>
span { border-color: #319DF0; }
span { border-color: rgb(49,157,240); }
td.TdClassName
{
border-color: #319DF0;
}
.TagClassName
{
border-color: #319DF0;
}
</style>