Shades of Dodger Blue #3485FE
Tints of Dodger Blue #3485FE
RGB
CMYK
RGB Variations
Color information
#3485FE (or 0x3485FE) is known color: Dodger Blue. HEX triplet: 34, 85 and FE. RGB value is (52,133,254). Sum of RGB (Red+Green+Blue) = 52+133+254=439 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.85% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #3485FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3485FE is #CB7A01. Grayscale: #7A7A7A. Windows color (decimal): -13335042 or 16680244. OLE color: 16680244.
HSL color Cylindrical-coordinate representation of color #3485FE: hue angle of 215.94º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3485FE is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 133 | 254 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.00 |
| HSL | 215.94º | 0.99% | 0.6% | - |
| HSV(B) | 215.94º | 0.8% | 1% | - |
| XYZ | 27.69 | 24.66 | 97.07 | - |
| YUV | 122.58 | 202.16 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 254 | 0.80 | 0.48 | 0 | 0.00 | 215.94 | 0.99 | 0.6 |
| Hex | 34 | 85 | FE | 50 | 30 | 0 | 0 | D8 | 63 | 3C |
| Octal | 64 | 205 | 376 | 120 | 60 | 0 | 0 | 330 | 143 | 74 |
| Binary | 110100 | 10000101 | 11111110 | 1010000 | 110000 | 0 | 0 | 11011000 | 1100011 | 111100 |
Color Harmonies of #3485FE
Complementary color
Monochromatic Colors of #3485FE
Black with #3485FE
Text Example
Text Example
White with #3485FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3485FE; }
p { color: rgb(52,133,254); }
H1.HeaderClassName
{
color: #3485FE;
}
.AnyTagClassName
{
color: #3485FE;
}
</style>
background-color css
<style>
a { background-color: #3485FE; }
a { background-color: rgb(52,133,254); }
div.DivClassName
{
background-color: #3485FE;
}
.BgClassName
{
background-color: #3485FE;
}
</style>
border-color css
<style>
span { border-color: #3485FE; }
span { border-color: rgb(52,133,254); }
td.TdClassName
{
border-color: #3485FE;
}
.TagClassName
{
border-color: #3485FE;
}
</style>