#1580F8

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

Shades of Dodger Blue #1580F8

Tints of Dodger Blue #1580F8

Color information

#1580F8 (or 0x1580F8) is unknown color: approx Dodger Blue. HEX triplet: 15, 80 and F8. RGB value is (21,128,248). Sum of RGB (Red+Green+Blue) = 21+128+248=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 248 (97.27% from 255 or 62.47% from 397); Max value from RGB is 248 - color contains mainly: blue. Hex color #1580F8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1580F8 is #EA7F07. Grayscale: #6D6D6D. Windows color (decimal): -15367944 or 16285717. OLE color: 16285717.

HSL color Cylindrical-coordinate representation of color #1580F8: hue angle of 211.72º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1580F8 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21128248-
CMYK0.920.4800.03
HSL211.72º94.19%52.75%-
HSV(B)211.72º91.53%97.25%-
XYZ24.9722.3891.81-
YUV109.69206.0564.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.29%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 248 (97.27% from 255) = 62.47%
R=5.29%
G=32.24%
B=62.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal211282480.920.4800.03211.7294.1952.75
Hex1580F85C3003d45e35
Octal25200370134600332413665
Binary1010110000000111110001011100110000011110101001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1580F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1580F8; }

 p { color: rgb(21,128,248); }

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

<style>
 a { background-color: #1580F8; }

 a { background-color: rgb(21,128,248); }

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

<style>
 span { border-color: #1580F8; }

 span { border-color: rgb(21,128,248); }

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