#3585E8

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

Shades of Dodger Blue #3585E8

Tints of Dodger Blue #3585E8

Color information

#3585E8 (or 0x3585E8) is unknown color: approx Dodger Blue. HEX triplet: 35, 85 and E8. RGB value is (53,133,232). Sum of RGB (Red+Green+Blue) = 53+133+232=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 232 (91.02% from 255 or 55.50% from 418); Max value from RGB is 232 - color contains mainly: blue. Hex color #3585E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3585E8 is #CA7A17. Grayscale: #777777. Windows color (decimal): -13269528 or 15238453. OLE color: 15238453.

HSL color Cylindrical-coordinate representation of color #3585E8: hue angle of 213.18º 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 #3585E8 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB53133232-
CMYK0.770.4300.09
HSL213.18º79.56%55.88%-
HSV(B)213.18º77.16%90.98%-
XYZ24.4223.3679.57-
YUV120.3719179.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.68%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 232 (91.02% from 255) = 55.50%
R=12.68%
G=31.82%
B=55.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal531332320.770.4300.09213.1879.5655.88
Hex3585E84D2B09d55038
Octal652053501155301132512070
Binary1101011000010111101000100110110101101001110101011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3585E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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