Shades of Dodger Blue #3086ED
Tints of Dodger Blue #3086ED
RGB
CMYK
RGB Variations
Color information
#3086ED (or 0x3086ED) is known color: Dodger Blue. HEX triplet: 30, 86 and ED. RGB value is (48,134,237). Sum of RGB (Red+Green+Blue) = 48+134+237=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #3086ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3086ED is #CF7912. Grayscale: #777777. Windows color (decimal): -13596947 or 15566384. OLE color: 15566384.
HSL color Cylindrical-coordinate representation of color #3086ED: hue angle of 212.7º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3086ED is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 134 | 237 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.07 |
| HSL | 212.7º | 0.84% | 0.56% | - |
| HSV(B) | 212.7º | 0.8% | 0.93% | - |
| XYZ | 25.03 | 23.79 | 83.39 | - |
| YUV | 120.03 | 194.01 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 134 | 237 | 0.80 | 0.43 | 0 | 0.07 | 212.7 | 0.84 | 0.56 |
| Hex | 30 | 86 | ED | 50 | 2B | 0 | 7 | D5 | 54 | 38 |
| Octal | 60 | 206 | 355 | 120 | 53 | 0 | 7 | 325 | 124 | 70 |
| Binary | 110000 | 10000110 | 11101101 | 1010000 | 101011 | 0 | 111 | 11010101 | 1010100 | 111000 |
Color Harmonies of #3086ED
Complementary color
Monochromatic Colors of #3086ED
Black with #3086ED
Text Example
Text Example
White with #3086ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3086ED; }
p { color: rgb(48,134,237); }
H1.HeaderClassName
{
color: #3086ED;
}
.AnyTagClassName
{
color: #3086ED;
}
</style>
background-color css
<style>
a { background-color: #3086ED; }
a { background-color: rgb(48,134,237); }
div.DivClassName
{
background-color: #3086ED;
}
.BgClassName
{
background-color: #3086ED;
}
</style>
border-color css
<style>
span { border-color: #3086ED; }
span { border-color: rgb(48,134,237); }
td.TdClassName
{
border-color: #3086ED;
}
.TagClassName
{
border-color: #3086ED;
}
</style>