Shades of Dodger Blue #319CF6
Tints of Dodger Blue #319CF6
RGB
CMYK
RGB Variations
Color information
#319CF6 (or 0x319CF6) is known color: Dodger Blue. HEX triplet: 31, 9C and F6. RGB value is (49,156,246). Sum of RGB (Red+Green+Blue) = 49+156+246=451 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.86% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #319CF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319CF6 is #CE6309. Grayscale: #858585. Windows color (decimal): -13525770 or 16161841. OLE color: 16161841.
HSL color Cylindrical-coordinate representation of color #319CF6: hue angle of 207.41º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #319CF6 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 156 | 246 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.04 |
| HSL | 207.41º | 0.92% | 0.58% | - |
| HSV(B) | 207.41º | 0.8% | 0.96% | - |
| XYZ | 29.79 | 31.08 | 91.62 | - |
| YUV | 134.27 | 191.05 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 246 | 0.80 | 0.37 | 0 | 0.04 | 207.41 | 0.92 | 0.58 |
| Hex | 31 | 9C | F6 | 50 | 25 | 0 | 4 | CF | 5C | 3A |
| Octal | 61 | 234 | 366 | 120 | 45 | 0 | 4 | 317 | 134 | 72 |
| Binary | 110001 | 10011100 | 11110110 | 1010000 | 100101 | 0 | 100 | 11001111 | 1011100 | 111010 |
Color Harmonies of #319CF6
Complementary color
Monochromatic Colors of #319CF6
Black with #319CF6
Text Example
Text Example
White with #319CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319CF6; }
p { color: rgb(49,156,246); }
H1.HeaderClassName
{
color: #319CF6;
}
.AnyTagClassName
{
color: #319CF6;
}
</style>
background-color css
<style>
a { background-color: #319CF6; }
a { background-color: rgb(49,156,246); }
div.DivClassName
{
background-color: #319CF6;
}
.BgClassName
{
background-color: #319CF6;
}
</style>
border-color css
<style>
span { border-color: #319CF6; }
span { border-color: rgb(49,156,246); }
td.TdClassName
{
border-color: #319CF6;
}
.TagClassName
{
border-color: #319CF6;
}
</style>