Html Css Color HEX #3696EA Dodger Blue

📋 copy color: '#3696EA'

red 54 ◦ green 150 ◦ blue 234

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

Shades of Dodger Blue #3696EA

Tints of Dodger Blue #3696EA

RGB

 RED value IS 54 (21.48% from 255) = 12.33%

 GREEN value IS 150 (58.98% from 255) = 34.25%

 BLUE value IS 234 (91.8% from 255) = 53.42%

R = 12.33%
G = 34.25%
B = 53.42%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3696EA (or 0x3696EA) is known color: Dodger Blue. HEX triplet: 36, 96 and EA. RGB value is (54,150,234). Sum of RGB (Red+Green+Blue) = 54+150+234=438 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.33% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #3696EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3696EA is #C96915. Grayscale: #828282. Windows color (decimal): -13199638 or 15373878. OLE color: 15373878.

HSL color Cylindrical-coordinate representation of color #3696EA: hue angle of 208º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3696EA is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 150 234 -
CMYK 0.77 0.36 0 0.08
HSL 208º 0.81% 0.56% -
HSV(B) 208º 0.77% 0.92% -
XYZ 27.28 28.54 81.91 -
YUV 130.87 186.2 73.17 -
System Red Green Blue C M Y K H S L
Decimal 54 150 234 0.77 0.36 0 0.08 208 0.81 0.56
Hex 36 96 EA 4D 24 0 8 D0 51 38
Octal 66 226 352 115 44 0 10 320 121 70
Binary 110110 10010110 11101010 1001101 100100 0 1000 11010000 1010001 111000

Color Harmonies of #3696EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3696EA

Black with #3696EA

Text Example


Text Example

White with #3696EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3696EA; }

 p { color: rgb(54,150,234); }

 H1.HeaderClassName
 {
   color: #3696EA;
 }
 .AnyTagClassName
 {
   color: #3696EA;
 }
</style>

background-color css

<style>
 a { background-color: #3696EA; }

 a { background-color: rgb(54,150,234); }

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

border-color css

<style>
 span { border-color: #3696EA; }

 span { border-color: rgb(54,150,234); }

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