#3A80F9

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

Shades of Dodger Blue #3A80F9

Tints of Dodger Blue #3A80F9

Color information

#3A80F9 (or 0x3A80F9) is unknown color: approx Dodger Blue. HEX triplet: 3A, 80 and F9. RGB value is (58,128,249). Sum of RGB (Red+Green+Blue) = 58+128+249=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A80F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A80F9 is #C57F06. Grayscale: #787878. Windows color (decimal): -12943111 or 16351290. OLE color: 16351290.

HSL color Cylindrical-coordinate representation of color #3A80F9: hue angle of 218.01º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A80F9 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB58128249-
CMYK0.770.4900.02
HSL218.01º94.09%60.2%-
HSV(B)218.01º76.71%97.65%-
XYZ26.5623.1892.7-
YUV120.86200.3183.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.33%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 249 (97.66% from 255) = 57.24%
R=13.33%
G=29.43%
B=57.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal581282490.770.4900.02218.0194.0960.2
Hex3A80F94D3102da5e3c
Octal72200371115610233213674
Binary11101010000000111110011001101110001010110110101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A80F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A80F9; }

 p { color: rgb(58,128,249); }

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

<style>
 a { background-color: #3A80F9; }

 a { background-color: rgb(58,128,249); }

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

<style>
 span { border-color: #3A80F9; }

 span { border-color: rgb(58,128,249); }

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