Shades of Dodger Blue #3187DF
Tints of Dodger Blue #3187DF
RGB
CMYK
RGB Variations
Color information
#3187DF (or 0x3187DF) is known color: Dodger Blue. HEX triplet: 31, 87 and DF. RGB value is (49,135,223). Sum of RGB (Red+Green+Blue) = 49+135+223=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #3187DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3187DF is #CE7820. Grayscale: #767676. Windows color (decimal): -13531169 or 14649137. OLE color: 14649137.
HSL color Cylindrical-coordinate representation of color #3187DF: hue angle of 210.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3187DF is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 135 | 223 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.13 |
| HSL | 210.34º | 0.73% | 0.53% | - |
| HSV(B) | 210.34º | 0.78% | 0.87% | - |
| XYZ | 23.25 | 23.31 | 73.09 | - |
| YUV | 119.32 | 186.51 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 223 | 0.78 | 0.39 | 0 | 0.13 | 210.34 | 0.73 | 0.53 |
| Hex | 31 | 87 | DF | 4E | 27 | 0 | D | D2 | 49 | 35 |
| Octal | 61 | 207 | 337 | 116 | 47 | 0 | 15 | 322 | 111 | 65 |
| Binary | 110001 | 10000111 | 11011111 | 1001110 | 100111 | 0 | 1101 | 11010010 | 1001001 | 110101 |
Color Harmonies of #3187DF
Complementary color
Monochromatic Colors of #3187DF
Black with #3187DF
Text Example
Text Example
White with #3187DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3187DF; }
p { color: rgb(49,135,223); }
H1.HeaderClassName
{
color: #3187DF;
}
.AnyTagClassName
{
color: #3187DF;
}
</style>
background-color css
<style>
a { background-color: #3187DF; }
a { background-color: rgb(49,135,223); }
div.DivClassName
{
background-color: #3187DF;
}
.BgClassName
{
background-color: #3187DF;
}
</style>
border-color css
<style>
span { border-color: #3187DF; }
span { border-color: rgb(49,135,223); }
td.TdClassName
{
border-color: #3187DF;
}
.TagClassName
{
border-color: #3187DF;
}
</style>