#3480F5

Color #3480F5 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #3480F5

Tints of Dodger Blue #3480F5

Color information

#3480F5 (or 0x3480F5) is unknown color: approx Dodger Blue. HEX triplet: 34, 80 and F5. RGB value is (52,128,245). Sum of RGB (Red+Green+Blue) = 52+128+245=425 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.24% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 245 (96.09% from 255 or 57.65% from 425); Max value from RGB is 245 - color contains mainly: blue. Hex color #3480F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3480F5 is #CB7F0A. Grayscale: #767676. Windows color (decimal): -13336331 or 16089140. OLE color: 16089140.

HSL color Cylindrical-coordinate representation of color #3480F5: hue angle of 216.37º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3480F5 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB52128245-
CMYK0.790.4800.04
HSL216.37º90.61%58.24%-
HSV(B)216.37º78.78%96.08%-
XYZ25.6222.7689.43-
YUV118.61199.3280.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 12.24%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 245 (96.09% from 255) = 57.65%
R=12.24%
G=30.12%
B=57.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal521282450.790.4800.04216.3790.6158.24
Hex3480F54F3004d85b3a
Octal64200365117600433013372
Binary110100100000001111010110011111100000100110110001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3480F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3480F5; }

 p { color: rgb(52,128,245); }

 H1.HeaderClassName
 {
   color: #3480F5;
 }
 .AnyTagClassName
 {
   color: #3480F5;
 }
</style>
background-color css

<style>
 a { background-color: #3480F5; }

 a { background-color: rgb(52,128,245); }

 div.DivClassName
 {
   background-color: #3480F5;
 }
 .BgClassName
 {
   background-color: #3480F5;
 }
</style>
border-color css

<style>
 span { border-color: #3480F5; }

 span { border-color: rgb(52,128,245); }

 td.TdClassName
 {
   border-color: #3480F5;
 }
 .TagClassName
 {
   border-color: #3480F5;
 }
</style>