Shades of Dodger Blue #3188FF
Tints of Dodger Blue #3188FF
RGB
CMYK
RGB Variations
Color information
#3188FF (or 0x3188FF) is known color: Dodger Blue. HEX triplet: 31, 88 and FF. RGB value is (49,136,255). Sum of RGB (Red+Green+Blue) = 49+136+255=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #3188FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3188FF is #CE7700. Grayscale: #7A7A7A. Windows color (decimal): -13530881 or 16746545. OLE color: 16746545.
HSL color Cylindrical-coordinate representation of color #3188FF: hue angle of 214.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3188FF is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 136 | 255 | - |
| CMYK | 0.81 | 0.47 | 0 | 0 |
| HSL | 214.66º | 1% | 0.6% | - |
| HSV(B) | 214.66º | 0.81% | 1% | - |
| XYZ | 28.12 | 25.48 | 98.04 | - |
| YUV | 123.55 | 202.18 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 255 | 0.81 | 0.47 | 0 | 0 | 214.66 | 1 | 0.6 |
| Hex | 31 | 88 | FF | 51 | 2F | 0 | 0 | D7 | 64 | 3C |
| Octal | 61 | 210 | 377 | 121 | 57 | 0 | 0 | 327 | 144 | 74 |
| Binary | 110001 | 10001000 | 11111111 | 1010001 | 101111 | 0 | 0 | 11010111 | 1100100 | 111100 |
Color Harmonies of #3188FF
Complementary color
Monochromatic Colors of #3188FF
Black with #3188FF
Text Example
Text Example
White with #3188FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3188FF; }
p { color: rgb(49,136,255); }
H1.HeaderClassName
{
color: #3188FF;
}
.AnyTagClassName
{
color: #3188FF;
}
</style>
background-color css
<style>
a { background-color: #3188FF; }
a { background-color: rgb(49,136,255); }
div.DivClassName
{
background-color: #3188FF;
}
.BgClassName
{
background-color: #3188FF;
}
</style>
border-color css
<style>
span { border-color: #3188FF; }
span { border-color: rgb(49,136,255); }
td.TdClassName
{
border-color: #3188FF;
}
.TagClassName
{
border-color: #3188FF;
}
</style>