Html Css Color HEX #3E92FA Dodger Blue

📋 copy color: '#3E92FA'

red 62 ◦ green 146 ◦ blue 250

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

Shades of Dodger Blue #3E92FA

Tints of Dodger Blue #3E92FA

RGB

 RED value IS 62 (24.61% from 255) = 13.54%

 GREEN value IS 146 (57.42% from 255) = 31.88%

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

R = 13.54%
G = 31.88%
B = 54.59%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3E92FA (or 0x3E92FA) is known color: Dodger Blue. HEX triplet: 3E, 92 and FA. RGB value is (62,146,250). Sum of RGB (Red+Green+Blue) = 62+146+250=458 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.54% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E92FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3E92FA is #C16D05. Grayscale: #848484. Windows color (decimal): -12676358 or 16421438. OLE color: 16421438.

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

Color convert

RGB 62 146 250 -
CMYK 0.75 0.42 0 0.02
HSL 213.19º 0.95% 0.61% -
HSV(B) 213.19º 0.75% 0.98% -
XYZ 29.52 28.48 94.38 -
YUV 132.74 194.17 77.54 -
System Red Green Blue C M Y K H S L
Decimal 62 146 250 0.75 0.42 0 0.02 213.19 0.95 0.61
Hex 3E 92 FA 4B 2A 0 2 D5 5F 3D
Octal 76 222 372 113 52 0 2 325 137 75
Binary 111110 10010010 11111010 1001011 101010 0 10 11010101 1011111 111101

Color Harmonies of #3E92FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E92FA

Black with #3E92FA

Text Example


Text Example

White with #3E92FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,146,250); }

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

background-color css

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

 a { background-color: rgb(62,146,250); }

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

border-color css

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

 span { border-color: rgb(62,146,250); }

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