Shades of Dodger Blue #3085EF
Tints of Dodger Blue #3085EF
RGB
CMYK
RGB Variations
Color information
#3085EF (or 0x3085EF) is known color: Dodger Blue. HEX triplet: 30, 85 and EF. RGB value is (48,133,239). Sum of RGB (Red+Green+Blue) = 48+133+239=420 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.43% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #3085EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3085EF is #CF7A10. Grayscale: #777777. Windows color (decimal): -13597201 or 15697200. OLE color: 15697200.
HSL color Cylindrical-coordinate representation of color #3085EF: hue angle of 213.3º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3085EF is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 133 | 239 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.06 |
| HSL | 213.3º | 0.86% | 0.56% | - |
| HSV(B) | 213.3º | 0.8% | 0.94% | - |
| XYZ | 25.19 | 23.64 | 84.9 | - |
| YUV | 119.67 | 195.34 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 239 | 0.80 | 0.44 | 0 | 0.06 | 213.3 | 0.86 | 0.56 |
| Hex | 30 | 85 | EF | 50 | 2C | 0 | 6 | D5 | 56 | 38 |
| Octal | 60 | 205 | 357 | 120 | 54 | 0 | 6 | 325 | 126 | 70 |
| Binary | 110000 | 10000101 | 11101111 | 1010000 | 101100 | 0 | 110 | 11010101 | 1010110 | 111000 |
Color Harmonies of #3085EF
Complementary color
Monochromatic Colors of #3085EF
Black with #3085EF
Text Example
Text Example
White with #3085EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3085EF; }
p { color: rgb(48,133,239); }
H1.HeaderClassName
{
color: #3085EF;
}
.AnyTagClassName
{
color: #3085EF;
}
</style>
background-color css
<style>
a { background-color: #3085EF; }
a { background-color: rgb(48,133,239); }
div.DivClassName
{
background-color: #3085EF;
}
.BgClassName
{
background-color: #3085EF;
}
</style>
border-color css
<style>
span { border-color: #3085EF; }
span { border-color: rgb(48,133,239); }
td.TdClassName
{
border-color: #3085EF;
}
.TagClassName
{
border-color: #3085EF;
}
</style>