Shades of Dodger Blue #318BEB
Tints of Dodger Blue #318BEB
RGB
CMYK
RGB Variations
Color information
#318BEB (or 0x318BEB) is known color: Dodger Blue. HEX triplet: 31, 8B and EB. RGB value is (49,139,235). Sum of RGB (Red+Green+Blue) = 49+139+235=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #318BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318BEB is #CE7414. Grayscale: #7A7A7A. Windows color (decimal): -13530133 or 15436593. OLE color: 15436593.
HSL color Cylindrical-coordinate representation of color #318BEB: hue angle of 210.97º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #318BEB is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 139 | 235 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.08 |
| HSL | 210.97º | 0.82% | 0.56% | - |
| HSV(B) | 210.97º | 0.79% | 0.92% | - |
| XYZ | 25.49 | 25.12 | 82.1 | - |
| YUV | 123.03 | 191.18 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 235 | 0.79 | 0.41 | 0 | 0.08 | 210.97 | 0.82 | 0.56 |
| Hex | 31 | 8B | EB | 4F | 29 | 0 | 8 | D3 | 52 | 38 |
| Octal | 61 | 213 | 353 | 117 | 51 | 0 | 10 | 323 | 122 | 70 |
| Binary | 110001 | 10001011 | 11101011 | 1001111 | 101001 | 0 | 1000 | 11010011 | 1010010 | 111000 |
Color Harmonies of #318BEB
Complementary color
Monochromatic Colors of #318BEB
Black with #318BEB
Text Example
Text Example
White with #318BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318BEB; }
p { color: rgb(49,139,235); }
H1.HeaderClassName
{
color: #318BEB;
}
.AnyTagClassName
{
color: #318BEB;
}
</style>
background-color css
<style>
a { background-color: #318BEB; }
a { background-color: rgb(49,139,235); }
div.DivClassName
{
background-color: #318BEB;
}
.BgClassName
{
background-color: #318BEB;
}
</style>
border-color css
<style>
span { border-color: #318BEB; }
span { border-color: rgb(49,139,235); }
td.TdClassName
{
border-color: #318BEB;
}
.TagClassName
{
border-color: #318BEB;
}
</style>