#3882F5

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

Shades of Dodger Blue #3882F5

Tints of Dodger Blue #3882F5

Color information

#3882F5 (or 0x3882F5) is unknown color: approx Dodger Blue. HEX triplet: 38, 82 and F5. RGB value is (56,130,245). Sum of RGB (Red+Green+Blue) = 56+130+245=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 245 (96.09% from 255 or 56.84% from 431); Max value from RGB is 245 - color contains mainly: blue. Hex color #3882F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3882F5 is #C77D0A. Grayscale: #787878. Windows color (decimal): -13073675 or 16089656. OLE color: 16089656.

HSL color Cylindrical-coordinate representation of color #3882F5: hue angle of 216.51º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3882F5 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB56130245-
CMYK0.770.4700.04
HSL216.51º90.43%59.02%-
HSV(B)216.51º77.14%96.08%-
XYZ26.0923.489.53-
YUV120.98197.9881.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.99%
GREEN value IS 130 (51.17% from 255) = 30.16%
BLUE value IS 245 (96.09% from 255) = 56.84%
R=12.99%
G=30.16%
B=56.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal561302450.770.4700.04216.5190.4359.02
Hex3882F54D2F04d95a3b
Octal70202365115570433113273
Binary111000100000101111010110011011011110100110110011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3882F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,130,245); }

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

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

 a { background-color: rgb(56,130,245); }

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

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

 span { border-color: rgb(56,130,245); }

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