Shades of Dodger Blue #319BFE
Tints of Dodger Blue #319BFE
RGB
CMYK
RGB Variations
Color information
#319BFE (or 0x319BFE) is known color: Dodger Blue. HEX triplet: 31, 9B and FE. RGB value is (49,155,254). Sum of RGB (Red+Green+Blue) = 49+155+254=458 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.70% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #319BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319BFE is #CE6401. Grayscale: #868686. Windows color (decimal): -13526018 or 16685873. OLE color: 16685873.
HSL color Cylindrical-coordinate representation of color #319BFE: hue angle of 208.98º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #319BFE is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 155 | 254 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.00 |
| HSL | 208.98º | 0.99% | 0.59% | - |
| HSV(B) | 208.98º | 0.81% | 1% | - |
| XYZ | 30.88 | 31.25 | 98.17 | - |
| YUV | 134.59 | 195.38 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 254 | 0.81 | 0.39 | 0 | 0.00 | 208.98 | 0.99 | 0.59 |
| Hex | 31 | 9B | FE | 51 | 27 | 0 | 0 | D1 | 63 | 3B |
| Octal | 61 | 233 | 376 | 121 | 47 | 0 | 0 | 321 | 143 | 73 |
| Binary | 110001 | 10011011 | 11111110 | 1010001 | 100111 | 0 | 0 | 11010001 | 1100011 | 111011 |
Color Harmonies of #319BFE
Complementary color
Monochromatic Colors of #319BFE
Black with #319BFE
Text Example
Text Example
White with #319BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BFE; }
p { color: rgb(49,155,254); }
H1.HeaderClassName
{
color: #319BFE;
}
.AnyTagClassName
{
color: #319BFE;
}
</style>
background-color css
<style>
a { background-color: #319BFE; }
a { background-color: rgb(49,155,254); }
div.DivClassName
{
background-color: #319BFE;
}
.BgClassName
{
background-color: #319BFE;
}
</style>
border-color css
<style>
span { border-color: #319BFE; }
span { border-color: rgb(49,155,254); }
td.TdClassName
{
border-color: #319BFE;
}
.TagClassName
{
border-color: #319BFE;
}
</style>