Shades of Dodger Blue #318BEC
Tints of Dodger Blue #318BEC
RGB
CMYK
RGB Variations
Color information
#318BEC (or 0x318BEC) is known color: Dodger Blue. HEX triplet: 31, 8B and EC. RGB value is (49,139,236). Sum of RGB (Red+Green+Blue) = 49+139+236=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #318BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318BEC is #CE7413. Grayscale: #7A7A7A. Windows color (decimal): -13530132 or 15502129. OLE color: 15502129.
HSL color Cylindrical-coordinate representation of color #318BEC: hue angle of 211.12º degrees, saturation: 0.83, 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 #318BEC is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 139 | 236 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.07 |
| HSL | 211.12º | 0.83% | 0.56% | - |
| HSV(B) | 211.12º | 0.79% | 0.93% | - |
| XYZ | 25.64 | 25.17 | 82.86 | - |
| YUV | 123.15 | 191.68 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 236 | 0.79 | 0.41 | 0 | 0.07 | 211.12 | 0.83 | 0.56 |
| Hex | 31 | 8B | EC | 4F | 29 | 0 | 7 | D3 | 53 | 38 |
| Octal | 61 | 213 | 354 | 117 | 51 | 0 | 7 | 323 | 123 | 70 |
| Binary | 110001 | 10001011 | 11101100 | 1001111 | 101001 | 0 | 111 | 11010011 | 1010011 | 111000 |
Color Harmonies of #318BEC
Complementary color
Monochromatic Colors of #318BEC
Black with #318BEC
Text Example
Text Example
White with #318BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318BEC; }
p { color: rgb(49,139,236); }
H1.HeaderClassName
{
color: #318BEC;
}
.AnyTagClassName
{
color: #318BEC;
}
</style>
background-color css
<style>
a { background-color: #318BEC; }
a { background-color: rgb(49,139,236); }
div.DivClassName
{
background-color: #318BEC;
}
.BgClassName
{
background-color: #318BEC;
}
</style>
border-color css
<style>
span { border-color: #318BEC; }
span { border-color: rgb(49,139,236); }
td.TdClassName
{
border-color: #318BEC;
}
.TagClassName
{
border-color: #318BEC;
}
</style>