Shades of Dodger Blue #319CFB
Tints of Dodger Blue #319CFB
RGB
CMYK
RGB Variations
Color information
#319CFB (or 0x319CFB) is known color: Dodger Blue. HEX triplet: 31, 9C and FB. RGB value is (49,156,251). Sum of RGB (Red+Green+Blue) = 49+156+251=456 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.75% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #319CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319CFB is #CE6304. Grayscale: #868686. Windows color (decimal): -13525765 or 16489521. OLE color: 16489521.
HSL color Cylindrical-coordinate representation of color #319CFB: hue angle of 208.22º 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 #319CFB is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 156 | 251 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.02 |
| HSL | 208.22º | 0.96% | 0.59% | - |
| HSV(B) | 208.22º | 0.8% | 0.98% | - |
| XYZ | 30.57 | 31.39 | 95.72 | - |
| YUV | 134.84 | 193.55 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 251 | 0.80 | 0.38 | 0 | 0.02 | 208.22 | 0.96 | 0.59 |
| Hex | 31 | 9C | FB | 50 | 26 | 0 | 2 | D0 | 60 | 3B |
| Octal | 61 | 234 | 373 | 120 | 46 | 0 | 2 | 320 | 140 | 73 |
| Binary | 110001 | 10011100 | 11111011 | 1010000 | 100110 | 0 | 10 | 11010000 | 1100000 | 111011 |
Color Harmonies of #319CFB
Complementary color
Monochromatic Colors of #319CFB
Black with #319CFB
Text Example
Text Example
White with #319CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319CFB; }
p { color: rgb(49,156,251); }
H1.HeaderClassName
{
color: #319CFB;
}
.AnyTagClassName
{
color: #319CFB;
}
</style>
background-color css
<style>
a { background-color: #319CFB; }
a { background-color: rgb(49,156,251); }
div.DivClassName
{
background-color: #319CFB;
}
.BgClassName
{
background-color: #319CFB;
}
</style>
border-color css
<style>
span { border-color: #319CFB; }
span { border-color: rgb(49,156,251); }
td.TdClassName
{
border-color: #319CFB;
}
.TagClassName
{
border-color: #319CFB;
}
</style>