Html Css Color HEX #3486FC Dodger Blue

📋 copy color: '#3486FC'

red 52 ◦ green 134 ◦ blue 252

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

Shades of Dodger Blue #3486FC

Tints of Dodger Blue #3486FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.53%

R = 11.87%
G = 30.59%
B = 57.53%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3486FC (or 0x3486FC) is known color: Dodger Blue. HEX triplet: 34, 86 and FC. RGB value is (52,134,252). Sum of RGB (Red+Green+Blue) = 52+134+252=438 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.87% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #3486FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3486FC is #CB7903. Grayscale: #7A7A7A. Windows color (decimal): -13334788 or 16549428. OLE color: 16549428.

HSL color Cylindrical-coordinate representation of color #3486FC: hue angle of 215.4º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3486FC is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 134 252 -
CMYK 0.79 0.47 0 0.01
HSL 215.4º 0.97% 0.6% -
HSV(B) 215.4º 0.79% 0.99% -
XYZ 27.51 24.81 95.43 -
YUV 122.93 200.83 77.41 -
System Red Green Blue C M Y K H S L
Decimal 52 134 252 0.79 0.47 0 0.01 215.4 0.97 0.6
Hex 34 86 FC 4F 2F 0 1 D7 61 3C
Octal 64 206 374 117 57 0 1 327 141 74
Binary 110100 10000110 11111100 1001111 101111 0 1 11010111 1100001 111100

Color Harmonies of #3486FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3486FC

Black with #3486FC

Text Example


Text Example

White with #3486FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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