Html Css Color HEX #3585EF Dodger Blue

📋 copy color: '#3585EF'

red 53 ◦ green 133 ◦ blue 239

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

Shades of Dodger Blue #3585EF

Tints of Dodger Blue #3585EF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.29%

 BLUE value IS 239 (93.75% from 255) = 56.24%

R = 12.47%
G = 31.29%
B = 56.24%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3585EF (or 0x3585EF) is known color: Dodger Blue. HEX triplet: 35, 85 and EF. RGB value is (53,133,239). Sum of RGB (Red+Green+Blue) = 53+133+239=425 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.47% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #3585EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3585EF is #CA7A10. Grayscale: #787878. Windows color (decimal): -13269521 or 15697205. OLE color: 15697205.

HSL color Cylindrical-coordinate representation of color #3585EF: hue angle of 214.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3585EF is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 133 239 -
CMYK 0.78 0.44 0 0.06
HSL 214.19º 0.85% 0.57% -
HSV(B) 214.19º 0.78% 0.94% -
XYZ 25.44 23.76 84.91 -
YUV 121.16 194.5 79.38 -
System Red Green Blue C M Y K H S L
Decimal 53 133 239 0.78 0.44 0 0.06 214.19 0.85 0.57
Hex 35 85 EF 4E 2C 0 6 D6 55 39
Octal 65 205 357 116 54 0 6 326 125 71
Binary 110101 10000101 11101111 1001110 101100 0 110 11010110 1010101 111001

Color Harmonies of #3585EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3585EF

Black with #3585EF

Text Example


Text Example

White with #3585EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3585EF; }

 p { color: rgb(53,133,239); }

 H1.HeaderClassName
 {
   color: #3585EF;
 }
 .AnyTagClassName
 {
   color: #3585EF;
 }
</style>

background-color css

<style>
 a { background-color: #3585EF; }

 a { background-color: rgb(53,133,239); }

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

border-color css

<style>
 span { border-color: #3585EF; }

 span { border-color: rgb(53,133,239); }

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