#3586E8

Color #3586E8 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #3586E8

Tints of Dodger Blue #3586E8

Color information

#3586E8 (or 0x3586E8) is unknown color: approx Dodger Blue. HEX triplet: 35, 86 and E8. RGB value is (53,134,232). Sum of RGB (Red+Green+Blue) = 53+134+232=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 232 (91.02% from 255 or 55.37% from 419); Max value from RGB is 232 - color contains mainly: blue. Hex color #3586E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3586E8 is #CA7917. Grayscale: #787878. Windows color (decimal): -13269272 or 15238709. OLE color: 15238709.

HSL color Cylindrical-coordinate representation of color #3586E8: hue angle of 212.85º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3586E8 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB53134232-
CMYK0.770.4200.09
HSL212.85º79.56%55.88%-
HSV(B)212.85º77.16%90.98%-
XYZ24.5623.6379.61-
YUV120.95190.6679.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.65%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 232 (91.02% from 255) = 55.37%
R=12.65%
G=31.98%
B=55.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal531342320.770.4200.09212.8579.5655.88
Hex3586E84D2A09d55038
Octal652063501155201132512070
Binary1101011000011011101000100110110101001001110101011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3586E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3586E8; }

 p { color: rgb(53,134,232); }

 H1.HeaderClassName
 {
   color: #3586E8;
 }
 .AnyTagClassName
 {
   color: #3586E8;
 }
</style>
background-color css

<style>
 a { background-color: #3586E8; }

 a { background-color: rgb(53,134,232); }

 div.DivClassName
 {
   background-color: #3586E8;
 }
 .BgClassName
 {
   background-color: #3586E8;
 }
</style>
border-color css

<style>
 span { border-color: #3586E8; }

 span { border-color: rgb(53,134,232); }

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