#3581F2

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

Shades of Dodger Blue #3581F2

Tints of Dodger Blue #3581F2

Color information

#3581F2 (or 0x3581F2) is unknown color: approx Dodger Blue. HEX triplet: 35, 81 and F2. RGB value is (53,129,242). Sum of RGB (Red+Green+Blue) = 53+129+242=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 242 (94.92% from 255 or 57.08% from 424); Max value from RGB is 242 - color contains mainly: blue. Hex color #3581F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3581F2 is #CA7E0D. Grayscale: #767676. Windows color (decimal): -13270542 or 15892789. OLE color: 15892789.

HSL color Cylindrical-coordinate representation of color #3581F2: hue angle of 215.87º degrees, saturation: 0.88, 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 #3581F2 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB53129242-
CMYK0.780.4700.05
HSL215.87º87.91%57.84%-
HSV(B)215.87º78.1%94.9%-
XYZ25.3522.8787.08-
YUV119.16197.3280.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.5%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 242 (94.92% from 255) = 57.08%
R=12.5%
G=30.42%
B=57.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal531292420.780.4700.05215.8787.9157.84
Hex3581F24E2F05d8583a
Octal65201362116570533013072
Binary110101100000011111001010011101011110101110110001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3581F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3581F2; }

 p { color: rgb(53,129,242); }

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

<style>
 a { background-color: #3581F2; }

 a { background-color: rgb(53,129,242); }

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

<style>
 span { border-color: #3581F2; }

 span { border-color: rgb(53,129,242); }

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