Html Css Color HEX #3486EF Dodger Blue

📋 copy color: '#3486EF'

red 52 ◦ green 134 ◦ blue 239

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

Shades of Dodger Blue #3486EF

Tints of Dodger Blue #3486EF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.53%

 BLUE value IS 239 (93.75% from 255) = 56.24%

R = 12.24%
G = 31.53%
B = 56.24%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3486EF (or 0x3486EF) is known color: Dodger Blue. HEX triplet: 34, 86 and EF. RGB value is (52,134,239). Sum of RGB (Red+Green+Blue) = 52+134+239=425 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.24% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #3486EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3486EF is #CB7910. Grayscale: #787878. Windows color (decimal): -13334801 or 15697460. OLE color: 15697460.

HSL color Cylindrical-coordinate representation of color #3486EF: hue angle of 213.69º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3486EF is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 134 239 -
CMYK 0.78 0.44 0 0.06
HSL 213.69º 0.85% 0.57% -
HSV(B) 213.69º 0.78% 0.94% -
XYZ 25.52 24.01 84.95 -
YUV 121.45 194.33 78.46 -
System Red Green Blue C M Y K H S L
Decimal 52 134 239 0.78 0.44 0 0.06 213.69 0.85 0.57
Hex 34 86 EF 4E 2C 0 6 D6 55 39
Octal 64 206 357 116 54 0 6 326 125 71
Binary 110100 10000110 11101111 1001110 101100 0 110 11010110 1010101 111001

Color Harmonies of #3486EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3486EF

Black with #3486EF

Text Example


Text Example

White with #3486EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3486EF; }

 p { color: rgb(52,134,239); }

 H1.HeaderClassName
 {
   color: #3486EF;
 }
 .AnyTagClassName
 {
   color: #3486EF;
 }
</style>

background-color css

<style>
 a { background-color: #3486EF; }

 a { background-color: rgb(52,134,239); }

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

border-color css

<style>
 span { border-color: #3486EF; }

 span { border-color: rgb(52,134,239); }

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