Html Css Color HEX #3A80FD Dodger Blue

📋 copy color: '#3A80FD'

red 58 ◦ green 128 ◦ blue 253

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

Shades of Dodger Blue #3A80FD

Tints of Dodger Blue #3A80FD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

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

R = 13.21%
G = 29.16%
B = 57.63%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3A80FD (or 0x3A80FD) is known color: Dodger Blue. HEX triplet: 3A, 80 and FD. RGB value is (58,128,253). Sum of RGB (Red+Green+Blue) = 58+128+253=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A80FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A80FD is #C57F02. Grayscale: #787878. Windows color (decimal): -12943107 or 16613434. OLE color: 16613434.

HSL color Cylindrical-coordinate representation of color #3A80FD: hue angle of 218.46º 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 #3A80FD is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 58 128 253 -
CMYK 0.77 0.49 0 0.01
HSL 218.46º 0.98% 0.61% -
HSV(B) 218.46º 0.77% 0.99% -
XYZ 27.19 23.43 96.02 -
YUV 121.32 202.31 82.84 -
System Red Green Blue C M Y K H S L
Decimal 58 128 253 0.77 0.49 0 0.01 218.46 0.98 0.61
Hex 3A 80 FD 4D 31 0 1 DA 62 3D
Octal 72 200 375 115 61 0 1 332 142 75
Binary 111010 10000000 11111101 1001101 110001 0 1 11011010 1100010 111101

Color Harmonies of #3A80FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A80FD

Black with #3A80FD

Text Example


Text Example

White with #3A80FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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