#3590F1

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

Shades of Dodger Blue #3590F1

Tints of Dodger Blue #3590F1

Color information

#3590F1 (or 0x3590F1) is unknown color: approx Dodger Blue. HEX triplet: 35, 90 and F1. RGB value is (53,144,241). Sum of RGB (Red+Green+Blue) = 53+144+241=438 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.10% from 438); Green value is 144 (56.64% from 255 or 32.88% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #3590F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3590F1 is #CA6F0E. Grayscale: #7F7F7F. Windows color (decimal): -13266703 or 15831093. OLE color: 15831093.

HSL color Cylindrical-coordinate representation of color #3590F1: hue angle of 210.96º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3590F1 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB53144241-
CMYK0.780.4000.05
HSL210.96º87.04%57.65%-
HSV(B)210.96º78.01%94.51%-
XYZ27.3227.0587-
YUV127.85191.8574.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.10%
GREEN value IS 144 (56.64% from 255) = 32.88%
BLUE value IS 241 (94.53% from 255) = 55.02%
R=12.10%
G=32.88%
B=55.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal531442410.780.4000.05210.9687.0457.65
Hex3590F14E2805d3573a
Octal65220361116500532312772
Binary110101100100001111000110011101010000101110100111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3590F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3590F1; }

 p { color: rgb(53,144,241); }

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

<style>
 a { background-color: #3590F1; }

 a { background-color: rgb(53,144,241); }

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

<style>
 span { border-color: #3590F1; }

 span { border-color: rgb(53,144,241); }

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