#3484EE

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

Shades of Dodger Blue #3484EE

Tints of Dodger Blue #3484EE

Color information

#3484EE (or 0x3484EE) is unknown color: approx Dodger Blue. HEX triplet: 34, 84 and EE. RGB value is (52,132,238). Sum of RGB (Red+Green+Blue) = 52+132+238=422 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.32% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #3484EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3484EE is #CB7B11. Grayscale: #777777. Windows color (decimal): -13335314 or 15631412. OLE color: 15631412.

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

Color convert

RGB52132238-
CMYK0.780.4500.07
HSL214.19º84.55%56.86%-
HSV(B)214.19º78.15%93.33%-
XYZ25.123.4184.08-
YUV120.16194.579.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.32%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 238 (93.36% from 255) = 56.40%
R=12.32%
G=31.28%
B=56.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal521322380.780.4500.07214.1984.5556.86
Hex3484EE4E2D07d65539
Octal64204356116550732612571
Binary110100100001001110111010011101011010111110101101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3484EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,132,238); }

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

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

 a { background-color: rgb(52,132,238); }

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

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

 span { border-color: rgb(52,132,238); }

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