Shades of Dodger Blue #3195EA
Tints of Dodger Blue #3195EA
RGB
CMYK
RGB Variations
Color information
#3195EA (or 0x3195EA) is known color: Dodger Blue. HEX triplet: 31, 95 and EA. RGB value is (49,149,234). Sum of RGB (Red+Green+Blue) = 49+149+234=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #3195EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3195EA is #CE6A15. Grayscale: #808080. Windows color (decimal): -13527574 or 15373617. OLE color: 15373617.
HSL color Cylindrical-coordinate representation of color #3195EA: hue angle of 207.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3195EA is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 149 | 234 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.08 |
| HSL | 207.57º | 0.81% | 0.55% | - |
| HSV(B) | 207.57º | 0.79% | 0.92% | - |
| XYZ | 26.87 | 28.09 | 81.85 | - |
| YUV | 128.79 | 187.37 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 234 | 0.79 | 0.36 | 0 | 0.08 | 207.57 | 0.81 | 0.55 |
| Hex | 31 | 95 | EA | 4F | 24 | 0 | 8 | D0 | 51 | 37 |
| Octal | 61 | 225 | 352 | 117 | 44 | 0 | 10 | 320 | 121 | 67 |
| Binary | 110001 | 10010101 | 11101010 | 1001111 | 100100 | 0 | 1000 | 11010000 | 1010001 | 110111 |
Color Harmonies of #3195EA
Complementary color
Monochromatic Colors of #3195EA
Black with #3195EA
Text Example
Text Example
White with #3195EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3195EA; }
p { color: rgb(49,149,234); }
H1.HeaderClassName
{
color: #3195EA;
}
.AnyTagClassName
{
color: #3195EA;
}
</style>
background-color css
<style>
a { background-color: #3195EA; }
a { background-color: rgb(49,149,234); }
div.DivClassName
{
background-color: #3195EA;
}
.BgClassName
{
background-color: #3195EA;
}
</style>
border-color css
<style>
span { border-color: #3195EA; }
span { border-color: rgb(49,149,234); }
td.TdClassName
{
border-color: #3195EA;
}
.TagClassName
{
border-color: #3195EA;
}
</style>