Html Css Color HEX #3293E5 Dodger Blue

📋 copy color: '#3293E5'

red 50 ◦ green 147 ◦ blue 229

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

Shades of Dodger Blue #3293E5

Tints of Dodger Blue #3293E5

RGB

 RED value IS 50 (19.92% from 255) = 11.74%

 GREEN value IS 147 (57.81% from 255) = 34.51%

 BLUE value IS 229 (89.84% from 255) = 53.76%

R = 11.74%
G = 34.51%
B = 53.76%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3293E5 (or 0x3293E5) is known color: Dodger Blue. HEX triplet: 32, 93 and E5. RGB value is (50,147,229). Sum of RGB (Red+Green+Blue) = 50+147+229=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #3293E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3293E5 is #CD6C1A. Grayscale: #7E7E7E. Windows color (decimal): -13462555 or 15045426. OLE color: 15045426.

HSL color Cylindrical-coordinate representation of color #3293E5: hue angle of 207.49º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3293E5 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 147 229 -
CMYK 0.78 0.36 0 0.10
HSL 207.49º 0.77% 0.55% -
HSV(B) 207.49º 0.78% 0.9% -
XYZ 25.89 27.2 78.01 -
YUV 127.35 185.36 72.83 -
System Red Green Blue C M Y K H S L
Decimal 50 147 229 0.78 0.36 0 0.10 207.49 0.77 0.55
Hex 32 93 E5 4E 24 0 A CF 4D 37
Octal 62 223 345 116 44 0 12 317 115 67
Binary 110010 10010011 11100101 1001110 100100 0 1010 11001111 1001101 110111

Color Harmonies of #3293E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3293E5

Black with #3293E5

Text Example


Text Example

White with #3293E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3293E5; }

 p { color: rgb(50,147,229); }

 H1.HeaderClassName
 {
   color: #3293E5;
 }
 .AnyTagClassName
 {
   color: #3293E5;
 }
</style>

background-color css

<style>
 a { background-color: #3293E5; }

 a { background-color: rgb(50,147,229); }

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

border-color css

<style>
 span { border-color: #3293E5; }

 span { border-color: rgb(50,147,229); }

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