Html Css Color HEX #3696FD Dodger Blue

📋 copy color: '#3696FD'

red 54 ◦ green 150 ◦ blue 253

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

Shades of Dodger Blue #3696FD

Tints of Dodger Blue #3696FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.36%

R = 11.82%
G = 32.82%
B = 55.36%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3696FD (or 0x3696FD) is known color: Dodger Blue. HEX triplet: 36, 96 and FD. RGB value is (54,150,253). Sum of RGB (Red+Green+Blue) = 54+150+253=457 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.82% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #3696FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3696FD is #C96902. Grayscale: #848484. Windows color (decimal): -13199619 or 16619062. OLE color: 16619062.

HSL color Cylindrical-coordinate representation of color #3696FD: hue angle of 211.06º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3696FD is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 150 253 -
CMYK 0.79 0.41 0 0.01
HSL 211.06º 0.98% 0.6% -
HSV(B) 211.06º 0.79% 0.99% -
XYZ 30.16 29.69 97.07 -
YUV 133.04 195.7 71.62 -
System Red Green Blue C M Y K H S L
Decimal 54 150 253 0.79 0.41 0 0.01 211.06 0.98 0.6
Hex 36 96 FD 4F 29 0 1 D3 62 3C
Octal 66 226 375 117 51 0 1 323 142 74
Binary 110110 10010110 11111101 1001111 101001 0 1 11010011 1100010 111100

Color Harmonies of #3696FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3696FD

Black with #3696FD

Text Example


Text Example

White with #3696FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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