#3590FC

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

Shades of Dodger Blue #3590FC

Tints of Dodger Blue #3590FC

Color information

#3590FC (or 0x3590FC) is unknown color: approx Dodger Blue. HEX triplet: 35, 90 and FC. RGB value is (53,144,252). Sum of RGB (Red+Green+Blue) = 53+144+252=449 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.80% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #3590FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3590FC is #CA6F03. Grayscale: #808080. Windows color (decimal): -13266692 or 16551989. OLE color: 16551989.

HSL color Cylindrical-coordinate representation of color #3590FC: hue angle of 212.56º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3590FC is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB53144252-
CMYK0.790.4300.01
HSL212.56º97.07%59.8%-
HSV(B)212.56º78.97%98.82%-
XYZ29.0127.7395.92-
YUV129.1197.3573.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.80%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 252 (98.83% from 255) = 56.12%
R=11.80%
G=32.07%
B=56.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal531442520.790.4300.01212.5697.0759.8
Hex3590FC4F2B01d5613c
Octal65220374117530132514174
Binary1101011001000011111100100111110101101110101011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3590FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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