Shades of Dodger Blue #318DED
Tints of Dodger Blue #318DED
RGB
CMYK
RGB Variations
Color information
#318DED (or 0x318DED) is known color: Dodger Blue. HEX triplet: 31, 8D and ED. RGB value is (49,141,237). Sum of RGB (Red+Green+Blue) = 49+141+237=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #318DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318DED is #CE7212. Grayscale: #7B7B7B. Windows color (decimal): -13529619 or 15568177. OLE color: 15568177.
HSL color Cylindrical-coordinate representation of color #318DED: hue angle of 210.64º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #318DED is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 141 | 237 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.07 |
| HSL | 210.64º | 0.84% | 0.56% | - |
| HSV(B) | 210.64º | 0.79% | 0.93% | - |
| XYZ | 26.08 | 25.82 | 83.73 | - |
| YUV | 124.44 | 191.52 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 237 | 0.79 | 0.41 | 0 | 0.07 | 210.64 | 0.84 | 0.56 |
| Hex | 31 | 8D | ED | 4F | 29 | 0 | 7 | D3 | 54 | 38 |
| Octal | 61 | 215 | 355 | 117 | 51 | 0 | 7 | 323 | 124 | 70 |
| Binary | 110001 | 10001101 | 11101101 | 1001111 | 101001 | 0 | 111 | 11010011 | 1010100 | 111000 |
Color Harmonies of #318DED
Complementary color
Monochromatic Colors of #318DED
Black with #318DED
Text Example
Text Example
White with #318DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318DED; }
p { color: rgb(49,141,237); }
H1.HeaderClassName
{
color: #318DED;
}
.AnyTagClassName
{
color: #318DED;
}
</style>
background-color css
<style>
a { background-color: #318DED; }
a { background-color: rgb(49,141,237); }
div.DivClassName
{
background-color: #318DED;
}
.BgClassName
{
background-color: #318DED;
}
</style>
border-color css
<style>
span { border-color: #318DED; }
span { border-color: rgb(49,141,237); }
td.TdClassName
{
border-color: #318DED;
}
.TagClassName
{
border-color: #318DED;
}
</style>