Html Css Color HEX #1580F9 Dodger Blue

📋 copy color: '#1580F9'

red 21 ◦ green 128 ◦ blue 249

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

Shades of Dodger Blue #1580F9

Tints of Dodger Blue #1580F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 62.56%

R = 5.28%
G = 32.16%
B = 62.56%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1580F9 (or 0x1580F9) is known color: Dodger Blue. HEX triplet: 15, 80 and F9. RGB value is (21,128,249). Sum of RGB (Red+Green+Blue) = 21+128+249=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 249 (97.66% from 255 or 62.56% from 398); Max value from RGB is 249 - color contains mainly: blue. Hex color #1580F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1580F9 is #EA7F06. Grayscale: #6D6D6D. Windows color (decimal): -15367943 or 16351253. OLE color: 16351253.

HSL color Cylindrical-coordinate representation of color #1580F9: hue angle of 211.84º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1580F9 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 128 249 -
CMYK 0.92 0.49 0 0.02
HSL 211.84º 0.95% 0.53% -
HSV(B) 211.84º 0.92% 0.98% -
XYZ 25.13 22.44 92.63 -
YUV 109.8 206.55 64.66 -
System Red Green Blue C M Y K H S L
Decimal 21 128 249 0.92 0.49 0 0.02 211.84 0.95 0.53
Hex 15 80 F9 5C 31 0 2 D4 5F 35
Octal 25 200 371 134 61 0 2 324 137 65
Binary 10101 10000000 11111001 1011100 110001 0 10 11010100 1011111 110101

Color Harmonies of #1580F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1580F9

Black with #1580F9

Text Example


Text Example

White with #1580F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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