Html Css Color HEX #3A81F7 Dodger Blue

📋 copy color: '#3A81F7'

red 58 ◦ green 129 ◦ blue 247

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

Shades of Dodger Blue #3A81F7

Tints of Dodger Blue #3A81F7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.72%

 BLUE value IS 247 (96.88% from 255) = 56.91%

R = 13.36%
G = 29.72%
B = 56.91%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3A81F7 (or 0x3A81F7) is known color: Dodger Blue. HEX triplet: 3A, 81 and F7. RGB value is (58,129,247). Sum of RGB (Red+Green+Blue) = 58+129+247=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 247 (96.88% from 255 or 56.91% from 434); Max value from RGB is 247 - color contains mainly: blue. Hex color #3A81F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A81F7 is #C57E08. Grayscale: #787878. Windows color (decimal): -12942857 or 16220474. OLE color: 16220474.

HSL color Cylindrical-coordinate representation of color #3A81F7: hue angle of 217.46º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A81F7 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 129 247 -
CMYK 0.77 0.48 0 0.03
HSL 217.46º 0.92% 0.6% -
HSV(B) 217.46º 0.77% 0.97% -
XYZ 26.38 23.32 91.11 -
YUV 121.22 198.98 82.91 -
System Red Green Blue C M Y K H S L
Decimal 58 129 247 0.77 0.48 0 0.03 217.46 0.92 0.6
Hex 3A 81 F7 4D 30 0 3 D9 5C 3C
Octal 72 201 367 115 60 0 3 331 134 74
Binary 111010 10000001 11110111 1001101 110000 0 11 11011001 1011100 111100

Color Harmonies of #3A81F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A81F7

Black with #3A81F7

Text Example


Text Example

White with #3A81F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,129,247); }

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

background-color css

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

 a { background-color: rgb(58,129,247); }

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

border-color css

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

 span { border-color: rgb(58,129,247); }

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