Shades of Dodger Blue #3085FF
Tints of Dodger Blue #3085FF
RGB
CMYK
RGB Variations
Color information
#3085FF (or 0x3085FF) is known color: Dodger Blue. HEX triplet: 30, 85 and FF. RGB value is (48,133,255). Sum of RGB (Red+Green+Blue) = 48+133+255=436 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.01% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #3085FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3085FF is #CF7A00. Grayscale: #787878. Windows color (decimal): -13597185 or 16745776. OLE color: 16745776.
HSL color Cylindrical-coordinate representation of color #3085FF: hue angle of 215.36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3085FF is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 133 | 255 | - |
| CMYK | 0.81 | 0.48 | 0 | 0 |
| HSL | 215.36º | 1% | 0.59% | - |
| HSV(B) | 215.36º | 0.81% | 1% | - |
| XYZ | 27.66 | 24.62 | 97.9 | - |
| YUV | 121.49 | 203.34 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 255 | 0.81 | 0.48 | 0 | 0 | 215.36 | 1 | 0.59 |
| Hex | 30 | 85 | FF | 51 | 30 | 0 | 0 | D7 | 64 | 3B |
| Octal | 60 | 205 | 377 | 121 | 60 | 0 | 0 | 327 | 144 | 73 |
| Binary | 110000 | 10000101 | 11111111 | 1010001 | 110000 | 0 | 0 | 11010111 | 1100100 | 111011 |
Color Harmonies of #3085FF
Complementary color
Monochromatic Colors of #3085FF
Black with #3085FF
Text Example
Text Example
White with #3085FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3085FF; }
p { color: rgb(48,133,255); }
H1.HeaderClassName
{
color: #3085FF;
}
.AnyTagClassName
{
color: #3085FF;
}
</style>
background-color css
<style>
a { background-color: #3085FF; }
a { background-color: rgb(48,133,255); }
div.DivClassName
{
background-color: #3085FF;
}
.BgClassName
{
background-color: #3085FF;
}
</style>
border-color css
<style>
span { border-color: #3085FF; }
span { border-color: rgb(48,133,255); }
td.TdClassName
{
border-color: #3085FF;
}
.TagClassName
{
border-color: #3085FF;
}
</style>