Html Css Color HEX #3594EC Dodger Blue

📋 copy color: '#3594EC'

red 53 ◦ green 148 ◦ blue 236

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

Shades of Dodger Blue #3594EC

Tints of Dodger Blue #3594EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.87%

 BLUE value IS 236 (92.58% from 255) = 54%

R = 12.13%
G = 33.87%
B = 54%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3594EC (or 0x3594EC) is known color: Dodger Blue. HEX triplet: 35, 94 and EC. RGB value is (53,148,236). Sum of RGB (Red+Green+Blue) = 53+148+236=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #3594EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3594EC is #CA6B13. Grayscale: #818181. Windows color (decimal): -13265684 or 15504437. OLE color: 15504437.

HSL color Cylindrical-coordinate representation of color #3594EC: hue angle of 208.85º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3594EC is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 148 236 -
CMYK 0.78 0.37 0 0.07
HSL 208.85º 0.83% 0.57% -
HSV(B) 208.85º 0.78% 0.93% -
XYZ 27.2 27.99 83.33 -
YUV 129.63 188.03 73.34 -
System Red Green Blue C M Y K H S L
Decimal 53 148 236 0.78 0.37 0 0.07 208.85 0.83 0.57
Hex 35 94 EC 4E 25 0 7 D1 53 39
Octal 65 224 354 116 45 0 7 321 123 71
Binary 110101 10010100 11101100 1001110 100101 0 111 11010001 1010011 111001

Color Harmonies of #3594EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3594EC

Black with #3594EC

Text Example


Text Example

White with #3594EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3594EC; }

 p { color: rgb(53,148,236); }

 H1.HeaderClassName
 {
   color: #3594EC;
 }
 .AnyTagClassName
 {
   color: #3594EC;
 }
</style>

background-color css

<style>
 a { background-color: #3594EC; }

 a { background-color: rgb(53,148,236); }

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

border-color css

<style>
 span { border-color: #3594EC; }

 span { border-color: rgb(53,148,236); }

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