#3482F9

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

Shades of Dodger Blue #3482F9

Tints of Dodger Blue #3482F9

Color information

#3482F9 (or 0x3482F9) is unknown color: approx Dodger Blue. HEX triplet: 34, 82 and F9. RGB value is (52,130,249). Sum of RGB (Red+Green+Blue) = 52+130+249=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #3482F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3482F9 is #CB7D06. Grayscale: #777777. Windows color (decimal): -13335815 or 16351796. OLE color: 16351796.

HSL color Cylindrical-coordinate representation of color #3482F9: hue angle of 216.24º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3482F9 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB52130249-
CMYK0.790.4800.02
HSL216.24º94.26%59.02%-
HSV(B)216.24º79.12%97.65%-
XYZ26.523.5392.77-
YUV120.24200.6679.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.06%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 249 (97.66% from 255) = 57.77%
R=12.06%
G=30.16%
B=57.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal521302490.790.4800.02216.2494.2659.02
Hex3482F94F3002d85e3b
Octal64202371117600233013673
Binary11010010000010111110011001111110000010110110001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3482F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3482F9; }

 p { color: rgb(52,130,249); }

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

<style>
 a { background-color: #3482F9; }

 a { background-color: rgb(52,130,249); }

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

<style>
 span { border-color: #3482F9; }

 span { border-color: rgb(52,130,249); }

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