Html Css Color HEX #1580ED Dodger Blue

📋 copy color: '#1580ED'

red 21 ◦ green 128 ◦ blue 237

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

Shades of Dodger Blue #1580ED

Tints of Dodger Blue #1580ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.4%

R = 5.44%
G = 33.16%
B = 61.4%

CMYK

 C value IS 0.91

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1580ED (or 0x1580ED) is known color: Dodger Blue. HEX triplet: 15, 80 and ED. RGB value is (21,128,237). Sum of RGB (Red+Green+Blue) = 21+128+237=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #1580ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1580ED is #EA7F12. Grayscale: #6B6B6B. Windows color (decimal): -15367955 or 15564821. OLE color: 15564821.

HSL color Cylindrical-coordinate representation of color #1580ED: hue angle of 210.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1580ED is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 128 237 -
CMYK 0.91 0.46 0 0.07
HSL 210.28º 0.86% 0.51% -
HSV(B) 210.28º 0.91% 0.93% -
XYZ 23.31 21.71 83.08 -
YUV 108.43 200.55 65.64 -
System Red Green Blue C M Y K H S L
Decimal 21 128 237 0.91 0.46 0 0.07 210.28 0.86 0.51
Hex 15 80 ED 5B 2E 0 7 D2 56 33
Octal 25 200 355 133 56 0 7 322 126 63
Binary 10101 10000000 11101101 1011011 101110 0 111 11010010 1010110 110011

Color Harmonies of #1580ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1580ED

Black with #1580ED

Text Example


Text Example

White with #1580ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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