Html Css Color HEX #1582F7 Dodger Blue

📋 copy color: '#1582F7'

red 21 ◦ green 130 ◦ blue 247

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

Shades of Dodger Blue #1582F7

Tints of Dodger Blue #1582F7

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.66%

 BLUE value IS 247 (96.88% from 255) = 62.06%

R = 5.28%
G = 32.66%
B = 62.06%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1582F7 (or 0x1582F7) is known color: Dodger Blue. HEX triplet: 15, 82 and F7. RGB value is (21,130,247). Sum of RGB (Red+Green+Blue) = 21+130+247=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 247 (96.88% from 255 or 62.06% from 398); Max value from RGB is 247 - color contains mainly: blue. Hex color #1582F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1582F7 is #EA7D08. Grayscale: #6E6E6E. Windows color (decimal): -15367433 or 16220693. OLE color: 16220693.

HSL color Cylindrical-coordinate representation of color #1582F7: hue angle of 211.06º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1582F7 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 130 247 -
CMYK 0.91 0.47 0 0.03
HSL 211.06º 0.93% 0.53% -
HSV(B) 211.06º 0.91% 0.97% -
XYZ 25.08 22.84 91.08 -
YUV 110.75 204.89 63.99 -
System Red Green Blue C M Y K H S L
Decimal 21 130 247 0.91 0.47 0 0.03 211.06 0.93 0.53
Hex 15 82 F7 5B 2F 0 3 D3 5D 35
Octal 25 202 367 133 57 0 3 323 135 65
Binary 10101 10000010 11110111 1011011 101111 0 11 11010011 1011101 110101

Color Harmonies of #1582F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1582F7

Black with #1582F7

Text Example


Text Example

White with #1582F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1582F7; }

 p { color: rgb(21,130,247); }

 H1.HeaderClassName
 {
   color: #1582F7;
 }
 .AnyTagClassName
 {
   color: #1582F7;
 }
</style>

background-color css

<style>
 a { background-color: #1582F7; }

 a { background-color: rgb(21,130,247); }

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

border-color css

<style>
 span { border-color: #1582F7; }

 span { border-color: rgb(21,130,247); }

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