Shades of Dodger Blue #3485FF
Tints of Dodger Blue #3485FF
RGB
CMYK
RGB Variations
Color information
#3485FF (or 0x3485FF) is known color: Dodger Blue. HEX triplet: 34, 85 and FF. RGB value is (52,133,255). Sum of RGB (Red+Green+Blue) = 52+133+255=440 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.82% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #3485FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3485FF is #CB7A00. Grayscale: #7A7A7A. Windows color (decimal): -13335041 or 16745780. OLE color: 16745780.
HSL color Cylindrical-coordinate representation of color #3485FF: hue angle of 216.06º 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 #3485FF is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 133 | 255 | - |
| CMYK | 0.80 | 0.48 | 0 | 0 |
| HSL | 216.06º | 1% | 0.6% | - |
| HSV(B) | 216.06º | 0.8% | 1% | - |
| XYZ | 27.85 | 24.73 | 97.91 | - |
| YUV | 122.69 | 202.66 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 255 | 0.80 | 0.48 | 0 | 0 | 216.06 | 1 | 0.6 |
| Hex | 34 | 85 | FF | 50 | 30 | 0 | 0 | D8 | 64 | 3C |
| Octal | 64 | 205 | 377 | 120 | 60 | 0 | 0 | 330 | 144 | 74 |
| Binary | 110100 | 10000101 | 11111111 | 1010000 | 110000 | 0 | 0 | 11011000 | 1100100 | 111100 |
Color Harmonies of #3485FF
Complementary color
Monochromatic Colors of #3485FF
Black with #3485FF
Text Example
Text Example
White with #3485FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3485FF; }
p { color: rgb(52,133,255); }
H1.HeaderClassName
{
color: #3485FF;
}
.AnyTagClassName
{
color: #3485FF;
}
</style>
background-color css
<style>
a { background-color: #3485FF; }
a { background-color: rgb(52,133,255); }
div.DivClassName
{
background-color: #3485FF;
}
.BgClassName
{
background-color: #3485FF;
}
</style>
border-color css
<style>
span { border-color: #3485FF; }
span { border-color: rgb(52,133,255); }
td.TdClassName
{
border-color: #3485FF;
}
.TagClassName
{
border-color: #3485FF;
}
</style>