Shades of Dodger Blue #319EFB
Tints of Dodger Blue #319EFB
RGB
CMYK
RGB Variations
Color information
#319EFB (or 0x319EFB) is known color: Dodger Blue. HEX triplet: 31, 9E and FB. RGB value is (49,158,251). Sum of RGB (Red+Green+Blue) = 49+158+251=458 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.70% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #319EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319EFB is #CE6104. Grayscale: #878787. Windows color (decimal): -13525253 or 16490033. OLE color: 16490033.
HSL color Cylindrical-coordinate representation of color #319EFB: hue angle of 207.62º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #319EFB is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 158 | 251 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.02 |
| HSL | 207.62º | 0.96% | 0.59% | - |
| HSV(B) | 207.62º | 0.8% | 0.98% | - |
| XYZ | 30.91 | 32.07 | 95.83 | - |
| YUV | 136.01 | 192.89 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 251 | 0.80 | 0.37 | 0 | 0.02 | 207.62 | 0.96 | 0.59 |
| Hex | 31 | 9E | FB | 50 | 25 | 0 | 2 | D0 | 60 | 3B |
| Octal | 61 | 236 | 373 | 120 | 45 | 0 | 2 | 320 | 140 | 73 |
| Binary | 110001 | 10011110 | 11111011 | 1010000 | 100101 | 0 | 10 | 11010000 | 1100000 | 111011 |
Color Harmonies of #319EFB
Complementary color
Monochromatic Colors of #319EFB
Black with #319EFB
Text Example
Text Example
White with #319EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319EFB; }
p { color: rgb(49,158,251); }
H1.HeaderClassName
{
color: #319EFB;
}
.AnyTagClassName
{
color: #319EFB;
}
</style>
background-color css
<style>
a { background-color: #319EFB; }
a { background-color: rgb(49,158,251); }
div.DivClassName
{
background-color: #319EFB;
}
.BgClassName
{
background-color: #319EFB;
}
</style>
border-color css
<style>
span { border-color: #319EFB; }
span { border-color: rgb(49,158,251); }
td.TdClassName
{
border-color: #319EFB;
}
.TagClassName
{
border-color: #319EFB;
}
</style>