Html Css Color HEX #3A82FE Dodger Blue

📋 copy color: '#3A82FE'

red 58 ◦ green 130 ◦ blue 254

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

Shades of Dodger Blue #3A82FE

Tints of Dodger Blue #3A82FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 13.12%
G = 29.41%
B = 57.47%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3A82FE (or 0x3A82FE) is known color: Dodger Blue. HEX triplet: 3A, 82 and FE. RGB value is (58,130,254). Sum of RGB (Red+Green+Blue) = 58+130+254=442 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.12% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A82FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A82FE is #C57D01. Grayscale: #7A7A7A. Windows color (decimal): -12942594 or 16679482. OLE color: 16679482.

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

Color convert

RGB 58 130 254 -
CMYK 0.77 0.49 0 0.00
HSL 217.96º 0.99% 0.61% -
HSV(B) 217.96º 0.77% 1% -
XYZ 27.62 24.02 96.95 -
YUV 122.61 202.15 81.92 -
System Red Green Blue C M Y K H S L
Decimal 58 130 254 0.77 0.49 0 0.00 217.96 0.99 0.61
Hex 3A 82 FE 4D 31 0 0 DA 63 3D
Octal 72 202 376 115 61 0 0 332 143 75
Binary 111010 10000010 11111110 1001101 110001 0 0 11011010 1100011 111101

Color Harmonies of #3A82FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A82FE

Black with #3A82FE

Text Example


Text Example

White with #3A82FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,130,254); }

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

background-color css

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

 a { background-color: rgb(58,130,254); }

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

border-color css

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

 span { border-color: rgb(58,130,254); }

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