#3595F6

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

Shades of Dodger Blue #3595F6

Tints of Dodger Blue #3595F6

Color information

#3595F6 (or 0x3595F6) is unknown color: approx Dodger Blue. HEX triplet: 35, 95 and F6. RGB value is (53,149,246). Sum of RGB (Red+Green+Blue) = 53+149+246=448 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.83% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 246 (96.48% from 255 or 54.91% from 448); Max value from RGB is 246 - color contains mainly: blue. Hex color #3595F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3595F6 is #CA6A09. Grayscale: #828282. Windows color (decimal): -13265418 or 16160053. OLE color: 16160053.

HSL color Cylindrical-coordinate representation of color #3595F6: hue angle of 210.16º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3595F6 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB53149246-
CMYK0.780.3900.04
HSL210.16º91.47%58.63%-
HSV(B)210.16º78.46%96.47%-
XYZ28.8528.9191.25-
YUV131.35192.772.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.83%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 246 (96.48% from 255) = 54.91%
R=11.83%
G=33.26%
B=54.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal531492460.780.3900.04210.1691.4758.63
Hex3595F64E2704d25b3b
Octal65225366116470432213373
Binary110101100101011111011010011101001110100110100101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3595F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3595F6; }

 p { color: rgb(53,149,246); }

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

<style>
 a { background-color: #3595F6; }

 a { background-color: rgb(53,149,246); }

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

<style>
 span { border-color: #3595F6; }

 span { border-color: rgb(53,149,246); }

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