Shades of Dodger Blue #318BDF
Tints of Dodger Blue #318BDF
RGB
CMYK
RGB Variations
Color information
#318BDF (or 0x318BDF) is known color: Dodger Blue. HEX triplet: 31, 8B and DF. RGB value is (49,139,223). Sum of RGB (Red+Green+Blue) = 49+139+223=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #318BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318BDF is #CE7420. Grayscale: #797979. Windows color (decimal): -13530145 or 14650161. OLE color: 14650161.
HSL color Cylindrical-coordinate representation of color #318BDF: hue angle of 208.97º 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 #318BDF is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 139 | 223 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.13 |
| HSL | 208.97º | 0.73% | 0.53% | - |
| HSV(B) | 208.97º | 0.78% | 0.87% | - |
| XYZ | 23.82 | 24.45 | 73.28 | - |
| YUV | 121.67 | 185.18 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 223 | 0.78 | 0.38 | 0 | 0.13 | 208.97 | 0.73 | 0.53 |
| Hex | 31 | 8B | DF | 4E | 26 | 0 | D | D1 | 49 | 35 |
| Octal | 61 | 213 | 337 | 116 | 46 | 0 | 15 | 321 | 111 | 65 |
| Binary | 110001 | 10001011 | 11011111 | 1001110 | 100110 | 0 | 1101 | 11010001 | 1001001 | 110101 |
Color Harmonies of #318BDF
Complementary color
Monochromatic Colors of #318BDF
Black with #318BDF
Text Example
Text Example
White with #318BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318BDF; }
p { color: rgb(49,139,223); }
H1.HeaderClassName
{
color: #318BDF;
}
.AnyTagClassName
{
color: #318BDF;
}
</style>
background-color css
<style>
a { background-color: #318BDF; }
a { background-color: rgb(49,139,223); }
div.DivClassName
{
background-color: #318BDF;
}
.BgClassName
{
background-color: #318BDF;
}
</style>
border-color css
<style>
span { border-color: #318BDF; }
span { border-color: rgb(49,139,223); }
td.TdClassName
{
border-color: #318BDF;
}
.TagClassName
{
border-color: #318BDF;
}
</style>