#3980FE

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

Shades of Dodger Blue #3980FE

Tints of Dodger Blue #3980FE

Color information

#3980FE (or 0x3980FE) is unknown color: approx Dodger Blue. HEX triplet: 39, 80 and FE. RGB value is (57,128,254). Sum of RGB (Red+Green+Blue) = 57+128+254=439 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.98% from 439); Green value is 128 (50.39% from 255 or 29.16% 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 #3980FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3980FE is #C67F01. Grayscale: #787878. Windows color (decimal): -13008642 or 16678969. OLE color: 16678969.

HSL color Cylindrical-coordinate representation of color #3980FE: hue angle of 218.38º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3980FE is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB57128254-
CMYK0.780.5000.00
HSL218.38º98.99%60.98%-
HSV(B)218.38º77.56%99.61%-
XYZ27.323.4696.86-
YUV121.14202.9882.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.98%
GREEN value IS 128 (50.39% from 255) = 29.16%
BLUE value IS 254 (99.61% from 255) = 57.86%
R=12.98%
G=29.16%
B=57.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal571282540.780.5000.00218.3898.9960.98
Hex3980FE4E3200da633d
Octal71200376116620033214375
Binary1110011000000011111110100111011001000110110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3980FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3980FE; }

 p { color: rgb(57,128,254); }

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

<style>
 a { background-color: #3980FE; }

 a { background-color: rgb(57,128,254); }

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

<style>
 span { border-color: #3980FE; }

 span { border-color: rgb(57,128,254); }

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