Shades of Dodger Blue #3195FF
Tints of Dodger Blue #3195FF
RGB
CMYK
RGB Variations
Color information
#3195FF (or 0x3195FF) is known color: Dodger Blue. HEX triplet: 31, 95 and FF. RGB value is (49,149,255). Sum of RGB (Red+Green+Blue) = 49+149+255=453 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.82% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #3195FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3195FF is #CE6A00. Grayscale: #828282. Windows color (decimal): -13527553 or 16749873. OLE color: 16749873.
HSL color Cylindrical-coordinate representation of color #3195FF: hue angle of 210.87º 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 #3195FF is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 149 | 255 | - |
| CMYK | 0.81 | 0.42 | 0 | 0 |
| HSL | 210.87º | 1% | 0.6% | - |
| HSV(B) | 210.87º | 0.81% | 1% | - |
| XYZ | 30.06 | 29.37 | 98.69 | - |
| YUV | 131.18 | 197.87 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 255 | 0.81 | 0.42 | 0 | 0 | 210.87 | 1 | 0.6 |
| Hex | 31 | 95 | FF | 51 | 2A | 0 | 0 | D3 | 64 | 3C |
| Octal | 61 | 225 | 377 | 121 | 52 | 0 | 0 | 323 | 144 | 74 |
| Binary | 110001 | 10010101 | 11111111 | 1010001 | 101010 | 0 | 0 | 11010011 | 1100100 | 111100 |
Color Harmonies of #3195FF
Complementary color
Monochromatic Colors of #3195FF
Black with #3195FF
Text Example
Text Example
White with #3195FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3195FF; }
p { color: rgb(49,149,255); }
H1.HeaderClassName
{
color: #3195FF;
}
.AnyTagClassName
{
color: #3195FF;
}
</style>
background-color css
<style>
a { background-color: #3195FF; }
a { background-color: rgb(49,149,255); }
div.DivClassName
{
background-color: #3195FF;
}
.BgClassName
{
background-color: #3195FF;
}
</style>
border-color css
<style>
span { border-color: #3195FF; }
span { border-color: rgb(49,149,255); }
td.TdClassName
{
border-color: #3195FF;
}
.TagClassName
{
border-color: #3195FF;
}
</style>