Shades of Dodger Blue #319BFF
Tints of Dodger Blue #319BFF
RGB
CMYK
RGB Variations
Color information
#319BFF (or 0x319BFF) is known color: Dodger Blue. HEX triplet: 31, 9B and FF. RGB value is (49,155,255). Sum of RGB (Red+Green+Blue) = 49+155+255=459 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.68% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #319BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319BFF is #CE6400. Grayscale: #868686. Windows color (decimal): -13526017 or 16751409. OLE color: 16751409.
HSL color Cylindrical-coordinate representation of color #319BFF: hue angle of 209.13º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #319BFF is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 155 | 255 | - |
| CMYK | 0.81 | 0.39 | 0 | 0 |
| HSL | 209.13º | 1% | 0.6% | - |
| HSV(B) | 209.13º | 0.81% | 1% | - |
| XYZ | 31.04 | 31.32 | 99.02 | - |
| YUV | 134.71 | 195.88 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 255 | 0.81 | 0.39 | 0 | 0 | 209.13 | 1 | 0.6 |
| Hex | 31 | 9B | FF | 51 | 27 | 0 | 0 | D1 | 64 | 3C |
| Octal | 61 | 233 | 377 | 121 | 47 | 0 | 0 | 321 | 144 | 74 |
| Binary | 110001 | 10011011 | 11111111 | 1010001 | 100111 | 0 | 0 | 11010001 | 1100100 | 111100 |
Color Harmonies of #319BFF
Complementary color
Monochromatic Colors of #319BFF
Black with #319BFF
Text Example
Text Example
White with #319BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BFF; }
p { color: rgb(49,155,255); }
H1.HeaderClassName
{
color: #319BFF;
}
.AnyTagClassName
{
color: #319BFF;
}
</style>
background-color css
<style>
a { background-color: #319BFF; }
a { background-color: rgb(49,155,255); }
div.DivClassName
{
background-color: #319BFF;
}
.BgClassName
{
background-color: #319BFF;
}
</style>
border-color css
<style>
span { border-color: #319BFF; }
span { border-color: rgb(49,155,255); }
td.TdClassName
{
border-color: #319BFF;
}
.TagClassName
{
border-color: #319BFF;
}
</style>