Shades of Dodger Blue #3189DF
Tints of Dodger Blue #3189DF
RGB
CMYK
RGB Variations
Color information
#3189DF (or 0x3189DF) is known color: Dodger Blue. HEX triplet: 31, 89 and DF. RGB value is (49,137,223). Sum of RGB (Red+Green+Blue) = 49+137+223=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #3189DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3189DF is #CE7620. Grayscale: #787878. Windows color (decimal): -13530657 or 14649649. OLE color: 14649649.
HSL color Cylindrical-coordinate representation of color #3189DF: hue angle of 209.66º 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 #3189DF is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 137 | 223 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.13 |
| HSL | 209.66º | 0.73% | 0.53% | - |
| HSV(B) | 209.66º | 0.78% | 0.87% | - |
| XYZ | 23.53 | 23.87 | 73.18 | - |
| YUV | 120.49 | 185.85 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 137 | 223 | 0.78 | 0.39 | 0 | 0.13 | 209.66 | 0.73 | 0.53 |
| Hex | 31 | 89 | DF | 4E | 27 | 0 | D | D2 | 49 | 35 |
| Octal | 61 | 211 | 337 | 116 | 47 | 0 | 15 | 322 | 111 | 65 |
| Binary | 110001 | 10001001 | 11011111 | 1001110 | 100111 | 0 | 1101 | 11010010 | 1001001 | 110101 |
Color Harmonies of #3189DF
Complementary color
Monochromatic Colors of #3189DF
Black with #3189DF
Text Example
Text Example
White with #3189DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3189DF; }
p { color: rgb(49,137,223); }
H1.HeaderClassName
{
color: #3189DF;
}
.AnyTagClassName
{
color: #3189DF;
}
</style>
background-color css
<style>
a { background-color: #3189DF; }
a { background-color: rgb(49,137,223); }
div.DivClassName
{
background-color: #3189DF;
}
.BgClassName
{
background-color: #3189DF;
}
</style>
border-color css
<style>
span { border-color: #3189DF; }
span { border-color: rgb(49,137,223); }
td.TdClassName
{
border-color: #3189DF;
}
.TagClassName
{
border-color: #3189DF;
}
</style>