Shades of Dodger Blue #3285FF
Tints of Dodger Blue #3285FF
RGB
CMYK
RGB Variations
Color information
#3285FF (or 0x3285FF) is known color: Dodger Blue. HEX triplet: 32, 85 and FF. RGB value is (50,133,255). Sum of RGB (Red+Green+Blue) = 50+133+255=438 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.42% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #3285FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3285FF is #CD7A00. Grayscale: #797979. Windows color (decimal): -13466113 or 16745778. OLE color: 16745778.
HSL color Cylindrical-coordinate representation of color #3285FF: hue angle of 215.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3285FF is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 133 | 255 | - |
| CMYK | 0.80 | 0.48 | 0 | 0 |
| HSL | 215.71º | 1% | 0.6% | - |
| HSV(B) | 215.71º | 0.8% | 1% | - |
| XYZ | 27.75 | 24.67 | 97.91 | - |
| YUV | 122.09 | 203 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 133 | 255 | 0.80 | 0.48 | 0 | 0 | 215.71 | 1 | 0.6 |
| Hex | 32 | 85 | FF | 50 | 30 | 0 | 0 | D8 | 64 | 3C |
| Octal | 62 | 205 | 377 | 120 | 60 | 0 | 0 | 330 | 144 | 74 |
| Binary | 110010 | 10000101 | 11111111 | 1010000 | 110000 | 0 | 0 | 11011000 | 1100100 | 111100 |
Color Harmonies of #3285FF
Complementary color
Monochromatic Colors of #3285FF
Black with #3285FF
Text Example
Text Example
White with #3285FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3285FF; }
p { color: rgb(50,133,255); }
H1.HeaderClassName
{
color: #3285FF;
}
.AnyTagClassName
{
color: #3285FF;
}
</style>
background-color css
<style>
a { background-color: #3285FF; }
a { background-color: rgb(50,133,255); }
div.DivClassName
{
background-color: #3285FF;
}
.BgClassName
{
background-color: #3285FF;
}
</style>
border-color css
<style>
span { border-color: #3285FF; }
span { border-color: rgb(50,133,255); }
td.TdClassName
{
border-color: #3285FF;
}
.TagClassName
{
border-color: #3285FF;
}
</style>