Shades of Dodger Blue #318BE8
Tints of Dodger Blue #318BE8
RGB
CMYK
RGB Variations
Color information
#318BE8 (or 0x318BE8) is known color: Dodger Blue. HEX triplet: 31, 8B and E8. RGB value is (49,139,232). Sum of RGB (Red+Green+Blue) = 49+139+232=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 232 (91.02% from 255 or 55.24% from 420); Max value from RGB is 232 - color contains mainly: blue. Hex color #318BE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318BE8 is #CE7417. Grayscale: #7A7A7A. Windows color (decimal): -13530136 or 15239985. OLE color: 15239985.
HSL color Cylindrical-coordinate representation of color #318BE8: hue angle of 210.49º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #318BE8 is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 139 | 232 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.09 |
| HSL | 210.49º | 0.8% | 0.55% | - |
| HSV(B) | 210.49º | 0.79% | 0.91% | - |
| XYZ | 25.06 | 24.94 | 79.84 | - |
| YUV | 122.69 | 189.68 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 232 | 0.79 | 0.40 | 0 | 0.09 | 210.49 | 0.8 | 0.55 |
| Hex | 31 | 8B | E8 | 4F | 28 | 0 | 9 | D2 | 50 | 37 |
| Octal | 61 | 213 | 350 | 117 | 50 | 0 | 11 | 322 | 120 | 67 |
| Binary | 110001 | 10001011 | 11101000 | 1001111 | 101000 | 0 | 1001 | 11010010 | 1010000 | 110111 |
Color Harmonies of #318BE8
Complementary color
Monochromatic Colors of #318BE8
Black with #318BE8
Text Example
Text Example
White with #318BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318BE8; }
p { color: rgb(49,139,232); }
H1.HeaderClassName
{
color: #318BE8;
}
.AnyTagClassName
{
color: #318BE8;
}
</style>
background-color css
<style>
a { background-color: #318BE8; }
a { background-color: rgb(49,139,232); }
div.DivClassName
{
background-color: #318BE8;
}
.BgClassName
{
background-color: #318BE8;
}
</style>
border-color css
<style>
span { border-color: #318BE8; }
span { border-color: rgb(49,139,232); }
td.TdClassName
{
border-color: #318BE8;
}
.TagClassName
{
border-color: #318BE8;
}
</style>