Html Css Color HEX #3A89FA Dodger Blue

📋 copy color: '#3A89FA'

red 58 ◦ green 137 ◦ blue 250

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

Shades of Dodger Blue #3A89FA

Tints of Dodger Blue #3A89FA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.79%

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 13.03%
G = 30.79%
B = 56.18%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A89FA (or 0x3A89FA) is known color: Dodger Blue. HEX triplet: 3A, 89 and FA. RGB value is (58,137,250). Sum of RGB (Red+Green+Blue) = 58+137+250=445 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.03% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A89FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A89FA is #C57605. Grayscale: #7D7D7D. Windows color (decimal): -12940806 or 16419130. OLE color: 16419130.

HSL color Cylindrical-coordinate representation of color #3A89FA: hue angle of 215.31º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A89FA is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 137 250 -
CMYK 0.77 0.45 0 0.02
HSL 215.31º 0.95% 0.6% -
HSV(B) 215.31º 0.77% 0.98% -
XYZ 27.95 25.69 93.93 -
YUV 126.26 197.83 79.31 -
System Red Green Blue C M Y K H S L
Decimal 58 137 250 0.77 0.45 0 0.02 215.31 0.95 0.6
Hex 3A 89 FA 4D 2D 0 2 D7 5F 3C
Octal 72 211 372 115 55 0 2 327 137 74
Binary 111010 10001001 11111010 1001101 101101 0 10 11010111 1011111 111100

Color Harmonies of #3A89FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A89FA

Black with #3A89FA

Text Example


Text Example

White with #3A89FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,137,250); }

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

background-color css

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

 a { background-color: rgb(58,137,250); }

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

border-color css

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

 span { border-color: rgb(58,137,250); }

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