Html Css Color HEX #3A8BEF Dodger Blue

📋 copy color: '#3A8BEF'

red 58 ◦ green 139 ◦ blue 239

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

Shades of Dodger Blue #3A8BEF

Tints of Dodger Blue #3A8BEF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.88%

 BLUE value IS 239 (93.75% from 255) = 54.82%

R = 13.3%
G = 31.88%
B = 54.82%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3A8BEF (or 0x3A8BEF) is known color: Dodger Blue. HEX triplet: 3A, 8B and EF. RGB value is (58,139,239). Sum of RGB (Red+Green+Blue) = 58+139+239=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A8BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A8BEF is #C57410. Grayscale: #7D7D7D. Windows color (decimal): -12940305 or 15698746. OLE color: 15698746.

HSL color Cylindrical-coordinate representation of color #3A8BEF: hue angle of 213.15º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A8BEF is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 139 239 -
CMYK 0.76 0.42 0 0.06
HSL 213.15º 0.85% 0.58% -
HSV(B) 213.15º 0.76% 0.94% -
XYZ 26.56 25.6 85.2 -
YUV 126.18 191.66 79.37 -
System Red Green Blue C M Y K H S L
Decimal 58 139 239 0.76 0.42 0 0.06 213.15 0.85 0.58
Hex 3A 8B EF 4C 2A 0 6 D5 55 3A
Octal 72 213 357 114 52 0 6 325 125 72
Binary 111010 10001011 11101111 1001100 101010 0 110 11010101 1010101 111010

Color Harmonies of #3A8BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8BEF

Black with #3A8BEF

Text Example


Text Example

White with #3A8BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,139,239); }

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

background-color css

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

 a { background-color: rgb(58,139,239); }

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

border-color css

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

 span { border-color: rgb(58,139,239); }

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