Shades of Dodger Blue #3195FA
Tints of Dodger Blue #3195FA
RGB
CMYK
RGB Variations
Color information
#3195FA (or 0x3195FA) is known color: Dodger Blue. HEX triplet: 31, 95 and FA. RGB value is (49,149,250). Sum of RGB (Red+Green+Blue) = 49+149+250=448 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.94% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #3195FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3195FA is #CE6A05. Grayscale: #828282. Windows color (decimal): -13527558 or 16422193. OLE color: 16422193.
HSL color Cylindrical-coordinate representation of color #3195FA: hue angle of 210.15º degrees, saturation: 0.95, 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 #3195FA is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 149 | 250 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.02 |
| HSL | 210.15º | 0.95% | 0.59% | - |
| HSV(B) | 210.15º | 0.8% | 0.98% | - |
| XYZ | 29.27 | 29.05 | 94.51 | - |
| YUV | 130.61 | 195.37 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 250 | 0.80 | 0.40 | 0 | 0.02 | 210.15 | 0.95 | 0.59 |
| Hex | 31 | 95 | FA | 50 | 28 | 0 | 2 | D2 | 5F | 3B |
| Octal | 61 | 225 | 372 | 120 | 50 | 0 | 2 | 322 | 137 | 73 |
| Binary | 110001 | 10010101 | 11111010 | 1010000 | 101000 | 0 | 10 | 11010010 | 1011111 | 111011 |
Color Harmonies of #3195FA
Complementary color
Monochromatic Colors of #3195FA
Black with #3195FA
Text Example
Text Example
White with #3195FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3195FA; }
p { color: rgb(49,149,250); }
H1.HeaderClassName
{
color: #3195FA;
}
.AnyTagClassName
{
color: #3195FA;
}
</style>
background-color css
<style>
a { background-color: #3195FA; }
a { background-color: rgb(49,149,250); }
div.DivClassName
{
background-color: #3195FA;
}
.BgClassName
{
background-color: #3195FA;
}
</style>
border-color css
<style>
span { border-color: #3195FA; }
span { border-color: rgb(49,149,250); }
td.TdClassName
{
border-color: #3195FA;
}
.TagClassName
{
border-color: #3195FA;
}
</style>