#3380EE

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

Shades of Dodger Blue #3380EE

Tints of Dodger Blue #3380EE

Color information

#3380EE (or 0x3380EE) is unknown color: approx Dodger Blue. HEX triplet: 33, 80 and EE. RGB value is (51,128,238). Sum of RGB (Red+Green+Blue) = 51+128+238=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #3380EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3380EE is #CC7F11. Grayscale: #757575. Windows color (decimal): -13401874 or 15630387. OLE color: 15630387.

HSL color Cylindrical-coordinate representation of color #3380EE: hue angle of 215.29º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3380EE is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB51128238-
CMYK0.790.4600.07
HSL215.29º84.62%56.67%-
HSV(B)215.29º78.57%93.33%-
XYZ24.5222.3283.9-
YUV117.52195.9980.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.23%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 238 (93.36% from 255) = 57.07%
R=12.23%
G=30.70%
B=57.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal511282380.790.4600.07215.2984.6256.67
Hex3380EE4F2E07d75539
Octal63200356117560732712571
Binary110011100000001110111010011111011100111110101111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3380EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3380EE; }

 p { color: rgb(51,128,238); }

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

<style>
 a { background-color: #3380EE; }

 a { background-color: rgb(51,128,238); }

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

<style>
 span { border-color: #3380EE; }

 span { border-color: rgb(51,128,238); }

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