#1580F0

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

Shades of Dodger Blue #1580F0

Tints of Dodger Blue #1580F0

Color information

#1580F0 (or 0x1580F0) is unknown color: approx Dodger Blue. HEX triplet: 15, 80 and F0. RGB value is (21,128,240). Sum of RGB (Red+Green+Blue) = 21+128+240=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 240 (94.14% from 255 or 61.70% from 389); Max value from RGB is 240 - color contains mainly: blue. Hex color #1580F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1580F0 is #EA7F0F. Grayscale: #6C6C6C. Windows color (decimal): -15367952 or 15761429. OLE color: 15761429.

HSL color Cylindrical-coordinate representation of color #1580F0: hue angle of 210.68º 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 #1580F0 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21128240-
CMYK0.910.4700.06
HSL210.68º87.95%51.18%-
HSV(B)210.68º91.25%94.12%-
XYZ23.7621.8985.41-
YUV108.78202.0565.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.40%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 240 (94.14% from 255) = 61.70%
R=5.40%
G=32.90%
B=61.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal211282400.910.4700.06210.6887.9551.18
Hex1580F05B2F06d35833
Octal25200360133570632313063
Binary10101100000001111000010110111011110110110100111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1580F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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