Shades of Dodger Blue #3195E8
Tints of Dodger Blue #3195E8
RGB
CMYK
RGB Variations
Color information
#3195E8 (or 0x3195E8) is known color: Dodger Blue. HEX triplet: 31, 95 and E8. RGB value is (49,149,232). Sum of RGB (Red+Green+Blue) = 49+149+232=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 232 (91.02% from 255 or 53.95% from 430); Max value from RGB is 232 - color contains mainly: blue. Hex color #3195E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3195E8 is #CE6A17. Grayscale: #808080. Windows color (decimal): -13527576 or 15242545. OLE color: 15242545.
HSL color Cylindrical-coordinate representation of color #3195E8: hue angle of 207.21º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3195E8 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 149 | 232 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.09 |
| HSL | 207.21º | 0.8% | 0.55% | - |
| HSV(B) | 207.21º | 0.79% | 0.91% | - |
| XYZ | 26.58 | 27.97 | 80.34 | - |
| YUV | 128.56 | 186.37 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 232 | 0.79 | 0.36 | 0 | 0.09 | 207.21 | 0.8 | 0.55 |
| Hex | 31 | 95 | E8 | 4F | 24 | 0 | 9 | CF | 50 | 37 |
| Octal | 61 | 225 | 350 | 117 | 44 | 0 | 11 | 317 | 120 | 67 |
| Binary | 110001 | 10010101 | 11101000 | 1001111 | 100100 | 0 | 1001 | 11001111 | 1010000 | 110111 |
Color Harmonies of #3195E8
Complementary color
Monochromatic Colors of #3195E8
Black with #3195E8
Text Example
Text Example
White with #3195E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3195E8; }
p { color: rgb(49,149,232); }
H1.HeaderClassName
{
color: #3195E8;
}
.AnyTagClassName
{
color: #3195E8;
}
</style>
background-color css
<style>
a { background-color: #3195E8; }
a { background-color: rgb(49,149,232); }
div.DivClassName
{
background-color: #3195E8;
}
.BgClassName
{
background-color: #3195E8;
}
</style>
border-color css
<style>
span { border-color: #3195E8; }
span { border-color: rgb(49,149,232); }
td.TdClassName
{
border-color: #3195E8;
}
.TagClassName
{
border-color: #3195E8;
}
</style>