Html Css Color HEX #3A8BF3 Dodger Blue

📋 copy color: '#3A8BF3'

red 58 ◦ green 139 ◦ blue 243

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

Shades of Dodger Blue #3A8BF3

Tints of Dodger Blue #3A8BF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 55.23%

R = 13.18%
G = 31.59%
B = 55.23%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3A8BF3 (or 0x3A8BF3) is known color: Dodger Blue. HEX triplet: 3A, 8B and F3. RGB value is (58,139,243). Sum of RGB (Red+Green+Blue) = 58+139+243=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #3A8BF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A8BF3 is #C5740C. Grayscale: #7E7E7E. Windows color (decimal): -12940301 or 15960890. OLE color: 15960890.

HSL color Cylindrical-coordinate representation of color #3A8BF3: hue angle of 213.73º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A8BF3 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 139 243 -
CMYK 0.76 0.43 0 0.05
HSL 213.73º 0.89% 0.59% -
HSV(B) 213.73º 0.76% 0.95% -
XYZ 27.16 25.84 88.35 -
YUV 126.64 193.66 79.04 -
System Red Green Blue C M Y K H S L
Decimal 58 139 243 0.76 0.43 0 0.05 213.73 0.89 0.59
Hex 3A 8B F3 4C 2B 0 5 D6 59 3B
Octal 72 213 363 114 53 0 5 326 131 73
Binary 111010 10001011 11110011 1001100 101011 0 101 11010110 1011001 111011

Color Harmonies of #3A8BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8BF3

Black with #3A8BF3

Text Example


Text Example

White with #3A8BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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