Shades of Dodger Blue #318FED
Tints of Dodger Blue #318FED
RGB
CMYK
RGB Variations
Color information
#318FED (or 0x318FED) is known color: Dodger Blue. HEX triplet: 31, 8F and ED. RGB value is (49,143,237). Sum of RGB (Red+Green+Blue) = 49+143+237=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #318FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318FED is #CE7012. Grayscale: #7D7D7D. Windows color (decimal): -13529107 or 15568689. OLE color: 15568689.
HSL color Cylindrical-coordinate representation of color #318FED: hue angle of 210º 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 #318FED is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 143 | 237 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.07 |
| HSL | 210º | 0.84% | 0.56% | - |
| HSV(B) | 210º | 0.79% | 0.93% | - |
| XYZ | 26.38 | 26.41 | 83.83 | - |
| YUV | 125.61 | 190.86 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 237 | 0.79 | 0.40 | 0 | 0.07 | 210 | 0.84 | 0.56 |
| Hex | 31 | 8F | ED | 4F | 28 | 0 | 7 | D2 | 54 | 38 |
| Octal | 61 | 217 | 355 | 117 | 50 | 0 | 7 | 322 | 124 | 70 |
| Binary | 110001 | 10001111 | 11101101 | 1001111 | 101000 | 0 | 111 | 11010010 | 1010100 | 111000 |
Color Harmonies of #318FED
Complementary color
Monochromatic Colors of #318FED
Black with #318FED
Text Example
Text Example
White with #318FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318FED; }
p { color: rgb(49,143,237); }
H1.HeaderClassName
{
color: #318FED;
}
.AnyTagClassName
{
color: #318FED;
}
</style>
background-color css
<style>
a { background-color: #318FED; }
a { background-color: rgb(49,143,237); }
div.DivClassName
{
background-color: #318FED;
}
.BgClassName
{
background-color: #318FED;
}
</style>
border-color css
<style>
span { border-color: #318FED; }
span { border-color: rgb(49,143,237); }
td.TdClassName
{
border-color: #318FED;
}
.TagClassName
{
border-color: #318FED;
}
</style>