#3995F0

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

Shades of Dodger Blue #3995F0

Tints of Dodger Blue #3995F0

Color information

#3995F0 (or 0x3995F0) is unknown color: approx Dodger Blue. HEX triplet: 39, 95 and F0. RGB value is (57,149,240). Sum of RGB (Red+Green+Blue) = 57+149+240=446 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.78% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #3995F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3995F0 is #C66A0F. Grayscale: #838383. Windows color (decimal): -13003280 or 15766841. OLE color: 15766841.

HSL color Cylindrical-coordinate representation of color #3995F0: hue angle of 209.84º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3995F0 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB57149240-
CMYK0.760.3800.06
HSL209.84º85.92%58.24%-
HSV(B)209.84º76.25%94.12%-
XYZ28.1628.6686.48-
YUV131.87189.0274.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.78%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 240 (94.14% from 255) = 53.81%
R=12.78%
G=33.41%
B=53.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal571492400.760.3800.06209.8485.9258.24
Hex3995F04C2606d2563a
Octal71225360114460632212672
Binary111001100101011111000010011001001100110110100101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3995F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3995F0; }

 p { color: rgb(57,149,240); }

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

<style>
 a { background-color: #3995F0; }

 a { background-color: rgb(57,149,240); }

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

<style>
 span { border-color: #3995F0; }

 span { border-color: rgb(57,149,240); }

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