#3996ef

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

Shades of Dodger Blue #3996EF

Tints of Dodger Blue #3996EF

Color information

#3996EF (or 0x3996EF) is unknown color: approx Dodger Blue. HEX triplet: 39, 96 and EF. RGB value is (57,150,239). Sum of RGB (Red+Green+Blue) = 57+150+239=446 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.78% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #3996EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3996EF is #C66910. Grayscale: #838383. Windows color (decimal): -13003025 or 15701561. OLE color: 15701561.

HSL color Cylindrical-coordinate representation of color #3996EF: hue angle of 209.34º degrees, saturation: 0.85, 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 #3996EF is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB57150239-
CMYK0.760.3700.06
HSL209.34º85.05%58.04%-
HSV(B)209.34º76.15%93.73%-
XYZ28.1728.9185.76-
YUV132.34188.1974.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.78%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 239 (93.75% from 255) = 53.59%
R=12.78%
G=33.63%
B=53.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal571502390.760.3700.06209.3485.0558.04
Hex3996EF4C2506d1553a
Octal71226357114450632112572
Binary111001100101101110111110011001001010110110100011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3996ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3996ef; }

 p { color: rgb(57,150,239); }

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

<style>
 a { background-color: #3996ef; }

 a { background-color: rgb(57,150,239); }

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

<style>
 span { border-color: #3996ef; }

 span { border-color: rgb(57,150,239); }

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