#3995ED

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

Shades of Dodger Blue #3995ED

Tints of Dodger Blue #3995ED

Color information

#3995ED (or 0x3995ED) is unknown color: approx Dodger Blue. HEX triplet: 39, 95 and ED. RGB value is (57,149,237). Sum of RGB (Red+Green+Blue) = 57+149+237=443 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.87% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #3995ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3995ED is #C66A12. Grayscale: #838383. Windows color (decimal): -13003283 or 15570233. OLE color: 15570233.

HSL color Cylindrical-coordinate representation of color #3995ED: hue angle of 209.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3995ED is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB57149237-
CMYK0.760.3700.07
HSL209.33º83.33%57.65%-
HSV(B)209.33º75.95%92.94%-
XYZ27.7228.4884.16-
YUV131.52187.5274.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.87%
GREEN value IS 149 (58.59% from 255) = 33.63%
BLUE value IS 237 (92.97% from 255) = 53.50%
R=12.87%
G=33.63%
B=53.50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal571492370.760.3700.07209.3383.3357.65
Hex3995ED4C2507d1533a
Octal71225355114450732112372
Binary111001100101011110110110011001001010111110100011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3995ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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