Shades of Dodger Blue #3187FA
Tints of Dodger Blue #3187FA
RGB
CMYK
RGB Variations
Color information
#3187FA (or 0x3187FA) is known color: Dodger Blue. HEX triplet: 31, 87 and FA. RGB value is (49,135,250). Sum of RGB (Red+Green+Blue) = 49+135+250=434 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.29% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #3187FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3187FA is #CE7805. Grayscale: #797979. Windows color (decimal): -13531142 or 16418609. OLE color: 16418609.
HSL color Cylindrical-coordinate representation of color #3187FA: hue angle of 214.33º 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 #3187FA is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 135 | 250 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.02 |
| HSL | 214.33º | 0.95% | 0.59% | - |
| HSV(B) | 214.33º | 0.8% | 0.98% | - |
| XYZ | 27.19 | 24.88 | 93.81 | - |
| YUV | 122.4 | 200.01 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 250 | 0.80 | 0.46 | 0 | 0.02 | 214.33 | 0.95 | 0.59 |
| Hex | 31 | 87 | FA | 50 | 2E | 0 | 2 | D6 | 5F | 3B |
| Octal | 61 | 207 | 372 | 120 | 56 | 0 | 2 | 326 | 137 | 73 |
| Binary | 110001 | 10000111 | 11111010 | 1010000 | 101110 | 0 | 10 | 11010110 | 1011111 | 111011 |
Color Harmonies of #3187FA
Complementary color
Monochromatic Colors of #3187FA
Black with #3187FA
Text Example
Text Example
White with #3187FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3187FA; }
p { color: rgb(49,135,250); }
H1.HeaderClassName
{
color: #3187FA;
}
.AnyTagClassName
{
color: #3187FA;
}
</style>
background-color css
<style>
a { background-color: #3187FA; }
a { background-color: rgb(49,135,250); }
div.DivClassName
{
background-color: #3187FA;
}
.BgClassName
{
background-color: #3187FA;
}
</style>
border-color css
<style>
span { border-color: #3187FA; }
span { border-color: rgb(49,135,250); }
td.TdClassName
{
border-color: #3187FA;
}
.TagClassName
{
border-color: #3187FA;
}
</style>