#1582F0

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

Shades of Dodger Blue #1582F0

Tints of Dodger Blue #1582F0

Color information

#1582F0 (or 0x1582F0) is unknown color: approx Dodger Blue. HEX triplet: 15, 82 and F0. RGB value is (21,130,240). Sum of RGB (Red+Green+Blue) = 21+130+240=391 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.37% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 240 (94.14% from 255 or 61.38% from 391); Max value from RGB is 240 - color contains mainly: blue. Hex color #1582F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1582F0 is #EA7D0F. Grayscale: #6D6D6D. Windows color (decimal): -15367440 or 15761941. OLE color: 15761941.

HSL color Cylindrical-coordinate representation of color #1582F0: hue angle of 210.14º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1582F0 is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21130240-
CMYK0.910.4600.06
HSL210.14º87.95%51.18%-
HSV(B)210.14º91.25%94.12%-
XYZ24.0222.4285.5-
YUV109.95201.3964.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.37%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 240 (94.14% from 255) = 61.38%
R=5.37%
G=33.25%
B=61.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal211302400.910.4600.06210.1487.9551.18
Hex1582F05B2E06d25833
Octal25202360133560632213063
Binary10101100000101111000010110111011100110110100101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1582F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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