Html Css Color HEX #3596FF Dodger Blue

📋 copy color: '#3596FF'

red 53 ◦ green 150 ◦ blue 255

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

Shades of Dodger Blue #3596FF

Tints of Dodger Blue #3596FF

RGB

 RED value IS 53 (21.09% from 255) = 11.57%

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

 BLUE value IS 255 (100% from 255) = 55.68%

R = 11.57%
G = 32.75%
B = 55.68%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3596FF (or 0x3596FF) is known color: Dodger Blue. HEX triplet: 35, 96 and FF. RGB value is (53,150,255). Sum of RGB (Red+Green+Blue) = 53+150+255=458 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.57% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #3596FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3596FF is #CA6900. Grayscale: #848484. Windows color (decimal): -13265153 or 16750133. OLE color: 16750133.

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

Color convert

RGB 53 150 255 -
CMYK 0.79 0.41 0 0
HSL 211.19º 1% 0.6% -
HSV(B) 211.19º 0.79% 1% -
XYZ 30.42 29.79 98.75 -
YUV 132.97 196.86 70.96 -
System Red Green Blue C M Y K H S L
Decimal 53 150 255 0.79 0.41 0 0 211.19 1 0.6
Hex 35 96 FF 4F 29 0 0 D3 64 3C
Octal 65 226 377 117 51 0 0 323 144 74
Binary 110101 10010110 11111111 1001111 101001 0 0 11010011 1100100 111100

Color Harmonies of #3596FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3596FF

Black with #3596FF

Text Example


Text Example

White with #3596FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3596FF; }

 p { color: rgb(53,150,255); }

 H1.HeaderClassName
 {
   color: #3596FF;
 }
 .AnyTagClassName
 {
   color: #3596FF;
 }
</style>

background-color css

<style>
 a { background-color: #3596FF; }

 a { background-color: rgb(53,150,255); }

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

border-color css

<style>
 span { border-color: #3596FF; }

 span { border-color: rgb(53,150,255); }

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