Shades of Dodger Blue #3085FB
Tints of Dodger Blue #3085FB
RGB
CMYK
RGB Variations
Color information
#3085FB (or 0x3085FB) is known color: Dodger Blue. HEX triplet: 30, 85 and FB. RGB value is (48,133,251). Sum of RGB (Red+Green+Blue) = 48+133+251=432 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.11% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #3085FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3085FB is #CF7A04. Grayscale: #787878. Windows color (decimal): -13597189 or 16483632. OLE color: 16483632.
HSL color Cylindrical-coordinate representation of color #3085FB: hue angle of 214.88º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3085FB is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 133 | 251 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.02 |
| HSL | 214.88º | 0.96% | 0.59% | - |
| HSV(B) | 214.88º | 0.81% | 0.98% | - |
| XYZ | 27.02 | 24.37 | 94.55 | - |
| YUV | 121.04 | 201.34 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 251 | 0.81 | 0.47 | 0 | 0.02 | 214.88 | 0.96 | 0.59 |
| Hex | 30 | 85 | FB | 51 | 2F | 0 | 2 | D7 | 60 | 3B |
| Octal | 60 | 205 | 373 | 121 | 57 | 0 | 2 | 327 | 140 | 73 |
| Binary | 110000 | 10000101 | 11111011 | 1010001 | 101111 | 0 | 10 | 11010111 | 1100000 | 111011 |
Color Harmonies of #3085FB
Complementary color
Monochromatic Colors of #3085FB
Black with #3085FB
Text Example
Text Example
White with #3085FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3085FB; }
p { color: rgb(48,133,251); }
H1.HeaderClassName
{
color: #3085FB;
}
.AnyTagClassName
{
color: #3085FB;
}
</style>
background-color css
<style>
a { background-color: #3085FB; }
a { background-color: rgb(48,133,251); }
div.DivClassName
{
background-color: #3085FB;
}
.BgClassName
{
background-color: #3085FB;
}
</style>
border-color css
<style>
span { border-color: #3085FB; }
span { border-color: rgb(48,133,251); }
td.TdClassName
{
border-color: #3085FB;
}
.TagClassName
{
border-color: #3085FB;
}
</style>