Html Css Color HEX #1580FF Dodger Blue

📋 copy color: '#1580FF'

red 21 ◦ green 128 ◦ blue 255

#1580FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #1580FF

Tints of Dodger Blue #1580FF

RGB

 RED value IS 21 (8.59% from 255) = 5.2%

 GREEN value IS 128 (50.39% from 255) = 31.68%

 BLUE value IS 255 (100% from 255) = 63.12%

R = 5.2%
G = 31.68%
B = 63.12%

CMYK

 C value IS 0.92

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1580FF (or 0x1580FF) is known color: Dodger Blue. HEX triplet: 15, 80 and FF. RGB value is (21,128,255). Sum of RGB (Red+Green+Blue) = 21+128+255=404 (53% of max value = 765). Red value is 21 (8.59% from 255 or 5.20% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #1580FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1580FF is #EA7F00. Grayscale: #6D6D6D. Windows color (decimal): -15367937 or 16744469. OLE color: 16744469.

HSL color Cylindrical-coordinate representation of color #1580FF: hue angle of 212.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1580FF is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 21 128 255 -
CMYK 0.92 0.50 0 0
HSL 212.56º 1% 0.54% -
HSV(B) 212.56º 0.92% 1% -
XYZ 26.08 22.82 97.64 -
YUV 110.49 209.55 64.17 -
System Red Green Blue C M Y K H S L
Decimal 21 128 255 0.92 0.50 0 0 212.56 1 0.54
Hex 15 80 FF 5C 32 0 0 D5 64 36
Octal 25 200 377 134 62 0 0 325 144 66
Binary 10101 10000000 11111111 1011100 110010 0 0 11010101 1100100 110110

Color Harmonies of #1580FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1580FF

Black with #1580FF

Text Example


Text Example

White with #1580FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1580FF;
 }
 .AnyTagClassName
 {
   color: #1580FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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