Shades of Dodger Blue #3199FF
Tints of Dodger Blue #3199FF
RGB
CMYK
RGB Variations
Color information
#3199FF (or 0x3199FF) is known color: Dodger Blue. HEX triplet: 31, 99 and FF. RGB value is (49,153,255). Sum of RGB (Red+Green+Blue) = 49+153+255=457 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.72% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #3199FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3199FF is #CE6600. Grayscale: #858585. Windows color (decimal): -13526529 or 16750897. OLE color: 16750897.
HSL color Cylindrical-coordinate representation of color #3199FF: hue angle of 209.71º 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 #3199FF is Cyan = 0.81, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 153 | 255 | - |
| CMYK | 0.81 | 0.4 | 0 | 0 |
| HSL | 209.71º | 1% | 0.6% | - |
| HSV(B) | 209.71º | 0.81% | 1% | - |
| XYZ | 30.71 | 30.66 | 98.91 | - |
| YUV | 133.53 | 196.54 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 255 | 0.81 | 0.4 | 0 | 0 | 209.71 | 1 | 0.6 |
| Hex | 31 | 99 | FF | 51 | 28 | 0 | 0 | D2 | 64 | 3C |
| Octal | 61 | 231 | 377 | 121 | 50 | 0 | 0 | 322 | 144 | 74 |
| Binary | 110001 | 10011001 | 11111111 | 1010001 | 101000 | 0 | 0 | 11010010 | 1100100 | 111100 |
Color Harmonies of #3199FF
Complementary color
Monochromatic Colors of #3199FF
Black with #3199FF
Text Example
Text Example
White with #3199FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3199FF; }
p { color: rgb(49,153,255); }
H1.HeaderClassName
{
color: #3199FF;
}
.AnyTagClassName
{
color: #3199FF;
}
</style>
background-color css
<style>
a { background-color: #3199FF; }
a { background-color: rgb(49,153,255); }
div.DivClassName
{
background-color: #3199FF;
}
.BgClassName
{
background-color: #3199FF;
}
</style>
border-color css
<style>
span { border-color: #3199FF; }
span { border-color: rgb(49,153,255); }
td.TdClassName
{
border-color: #3199FF;
}
.TagClassName
{
border-color: #3199FF;
}
</style>