Shades of Dodger Blue #3188DF
Tints of Dodger Blue #3188DF
RGB
CMYK
RGB Variations
Color information
#3188DF (or 0x3188DF) is known color: Dodger Blue. HEX triplet: 31, 88 and DF. RGB value is (49,136,223). Sum of RGB (Red+Green+Blue) = 49+136+223=408 (54% of max value = 765). Red value is 49 (19.53% from 255 or 12.01% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #3188DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3188DF is #CE7720. Grayscale: #777777. Windows color (decimal): -13530913 or 14649393. OLE color: 14649393.
HSL color Cylindrical-coordinate representation of color #3188DF: hue angle of 210º 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 #3188DF is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 136 | 223 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.13 |
| HSL | 210º | 0.73% | 0.53% | - |
| HSV(B) | 210º | 0.78% | 0.87% | - |
| XYZ | 23.39 | 23.59 | 73.13 | - |
| YUV | 119.91 | 186.18 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 223 | 0.78 | 0.39 | 0 | 0.13 | 210 | 0.73 | 0.53 |
| Hex | 31 | 88 | DF | 4E | 27 | 0 | D | D2 | 49 | 35 |
| Octal | 61 | 210 | 337 | 116 | 47 | 0 | 15 | 322 | 111 | 65 |
| Binary | 110001 | 10001000 | 11011111 | 1001110 | 100111 | 0 | 1101 | 11010010 | 1001001 | 110101 |
Color Harmonies of #3188DF
Complementary color
Monochromatic Colors of #3188DF
Black with #3188DF
Text Example
Text Example
White with #3188DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3188DF; }
p { color: rgb(49,136,223); }
H1.HeaderClassName
{
color: #3188DF;
}
.AnyTagClassName
{
color: #3188DF;
}
</style>
background-color css
<style>
a { background-color: #3188DF; }
a { background-color: rgb(49,136,223); }
div.DivClassName
{
background-color: #3188DF;
}
.BgClassName
{
background-color: #3188DF;
}
</style>
border-color css
<style>
span { border-color: #3188DF; }
span { border-color: rgb(49,136,223); }
td.TdClassName
{
border-color: #3188DF;
}
.TagClassName
{
border-color: #3188DF;
}
</style>