Html Css Color HEX #3482EE Dodger Blue

📋 copy color: '#3482EE'

red 52 ◦ green 130 ◦ blue 238

#3482EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #3482EE

Tints of Dodger Blue #3482EE

RGB

 RED value IS 52 (20.7% from 255) = 12.38%

 GREEN value IS 130 (51.17% from 255) = 30.95%

 BLUE value IS 238 (93.36% from 255) = 56.67%

R = 12.38%
G = 30.95%
B = 56.67%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3482EE (or 0x3482EE) is known color: Dodger Blue. HEX triplet: 34, 82 and EE. RGB value is (52,130,238). Sum of RGB (Red+Green+Blue) = 52+130+238=420 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.38% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 238 (93.36% from 255 or 56.67% from 420); Max value from RGB is 238 - color contains mainly: blue. Hex color #3482EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3482EE is #CB7D11. Grayscale: #767676. Windows color (decimal): -13335826 or 15630900. OLE color: 15630900.

HSL color Cylindrical-coordinate representation of color #3482EE: hue angle of 214.84º 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 #3482EE is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 130 238 -
CMYK 0.78 0.45 0 0.07
HSL 214.84º 0.85% 0.57% -
HSV(B) 214.84º 0.78% 0.93% -
XYZ 24.83 22.87 83.99 -
YUV 118.99 195.16 80.22 -
System Red Green Blue C M Y K H S L
Decimal 52 130 238 0.78 0.45 0 0.07 214.84 0.85 0.57
Hex 34 82 EE 4E 2D 0 7 D7 55 39
Octal 64 202 356 116 55 0 7 327 125 71
Binary 110100 10000010 11101110 1001110 101101 0 111 11010111 1010101 111001

Color Harmonies of #3482EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3482EE

Black with #3482EE

Text Example


Text Example

White with #3482EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3482EE;
 }
 .AnyTagClassName
 {
   color: #3482EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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