#3582F4

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

Shades of Dodger Blue #3582F4

Tints of Dodger Blue #3582F4

Color information

#3582F4 (or 0x3582F4) is unknown color: approx Dodger Blue. HEX triplet: 35, 82 and F4. RGB value is (53,130,244). Sum of RGB (Red+Green+Blue) = 53+130+244=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 244 (95.70% from 255 or 57.14% from 427); Max value from RGB is 244 - color contains mainly: blue. Hex color #3582F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3582F4 is #CA7D0B. Grayscale: #777777. Windows color (decimal): -13270284 or 16024117. OLE color: 16024117.

HSL color Cylindrical-coordinate representation of color #3582F4: hue angle of 215.81º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3582F4 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB53130244-
CMYK0.780.4700.04
HSL215.81º89.67%58.24%-
HSV(B)215.81º78.28%95.69%-
XYZ25.7823.2588.72-
YUV119.97197.9980.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.41%
GREEN value IS 130 (51.17% from 255) = 30.44%
BLUE value IS 244 (95.70% from 255) = 57.14%
R=12.41%
G=30.44%
B=57.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal531302440.780.4700.04215.8189.6758.24
Hex3582F44E2F04d85a3a
Octal65202364116570433013272
Binary110101100000101111010010011101011110100110110001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3582F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3582F4; }

 p { color: rgb(53,130,244); }

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

<style>
 a { background-color: #3582F4; }

 a { background-color: rgb(53,130,244); }

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

<style>
 span { border-color: #3582F4; }

 span { border-color: rgb(53,130,244); }

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