Html Css Color HEX #3A86FD Dodger Blue

📋 copy color: '#3A86FD'

red 58 ◦ green 134 ◦ blue 253

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

Shades of Dodger Blue #3A86FD

Tints of Dodger Blue #3A86FD

RGB

 RED value IS 58 (23.05% from 255) = 13.03%

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

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 13.03%
G = 30.11%
B = 56.85%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A86FD (or 0x3A86FD) is known color: Dodger Blue. HEX triplet: 3A, 86 and FD. RGB value is (58,134,253). Sum of RGB (Red+Green+Blue) = 58+134+253=445 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.03% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A86FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A86FD is #C57902. Grayscale: #7C7C7C. Windows color (decimal): -12941571 or 16614970. OLE color: 16614970.

HSL color Cylindrical-coordinate representation of color #3A86FD: hue angle of 216.62º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A86FD is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 134 253 -
CMYK 0.77 0.47 0 0.01
HSL 216.62º 0.98% 0.61% -
HSV(B) 216.62º 0.77% 0.99% -
XYZ 28 25.04 96.29 -
YUV 124.84 200.32 80.32 -
System Red Green Blue C M Y K H S L
Decimal 58 134 253 0.77 0.47 0 0.01 216.62 0.98 0.61
Hex 3A 86 FD 4D 2F 0 1 D9 62 3D
Octal 72 206 375 115 57 0 1 331 142 75
Binary 111010 10000110 11111101 1001101 101111 0 1 11011001 1100010 111101

Color Harmonies of #3A86FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A86FD

Black with #3A86FD

Text Example


Text Example

White with #3A86FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A86FD; }

 p { color: rgb(58,134,253); }

 H1.HeaderClassName
 {
   color: #3A86FD;
 }
 .AnyTagClassName
 {
   color: #3A86FD;
 }
</style>

background-color css

<style>
 a { background-color: #3A86FD; }

 a { background-color: rgb(58,134,253); }

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

border-color css

<style>
 span { border-color: #3A86FD; }

 span { border-color: rgb(58,134,253); }

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