Html Css Color HEX #3A8EFA Dodger Blue

📋 copy color: '#3A8EFA'

red 58 ◦ green 142 ◦ blue 250

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

Shades of Dodger Blue #3A8EFA

Tints of Dodger Blue #3A8EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.56%

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

R = 12.89%
G = 31.56%
B = 55.56%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A8EFA (or 0x3A8EFA) is known color: Dodger Blue. HEX triplet: 3A, 8E and FA. RGB value is (58,142,250). Sum of RGB (Red+Green+Blue) = 58+142+250=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #3A8EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A8EFA is #C57105. Grayscale: #808080. Windows color (decimal): -12939526 or 16420410. OLE color: 16420410.

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

Color convert

RGB 58 142 250 -
CMYK 0.77 0.43 0 0.02
HSL 213.75º 0.95% 0.6% -
HSV(B) 213.75º 0.77% 0.98% -
XYZ 28.67 27.15 94.17 -
YUV 129.2 196.17 77.22 -
System Red Green Blue C M Y K H S L
Decimal 58 142 250 0.77 0.43 0 0.02 213.75 0.95 0.6
Hex 3A 8E FA 4D 2B 0 2 D6 5F 3C
Octal 72 216 372 115 53 0 2 326 137 74
Binary 111010 10001110 11111010 1001101 101011 0 10 11010110 1011111 111100

Color Harmonies of #3A8EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8EFA

Black with #3A8EFA

Text Example


Text Example

White with #3A8EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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