#1582FA

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

Shades of Dodger Blue #1582FA

Tints of Dodger Blue #1582FA

Color information

#1582FA (or 0x1582FA) is unknown color: approx Dodger Blue. HEX triplet: 15, 82 and FA. RGB value is (21,130,250). Sum of RGB (Red+Green+Blue) = 21+130+250=401 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.24% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #1582FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1582FA is #EA7D05. Grayscale: #6E6E6E. Windows color (decimal): -15367430 or 16417301. OLE color: 16417301.

HSL color Cylindrical-coordinate representation of color #1582FA: hue angle of 211.44º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1582FA is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21130250-
CMYK0.920.4800.02
HSL211.44º95.82%53.14%-
HSV(B)211.44º91.6%98.04%-
XYZ25.5523.0393.54-
YUV111.09206.3963.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.24%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 250 (98.05% from 255) = 62.34%
R=5.24%
G=32.42%
B=62.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211302500.920.4800.02211.4495.8253.14
Hex1582FA5C3002d36035
Octal25202372134600232314065
Binary1010110000010111110101011100110000010110100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1582FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1582FA; }

 p { color: rgb(21,130,250); }

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

<style>
 a { background-color: #1582FA; }

 a { background-color: rgb(21,130,250); }

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

<style>
 span { border-color: #1582FA; }

 span { border-color: rgb(21,130,250); }

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