Html Css Color HEX #1582EB Dodger Blue

📋 copy color: '#1582EB'

red 21 ◦ green 130 ◦ blue 235

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

Shades of Dodger Blue #1582EB

Tints of Dodger Blue #1582EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.88%

R = 5.44%
G = 33.68%
B = 60.88%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1582EB (or 0x1582EB) is known color: Dodger Blue. HEX triplet: 15, 82 and EB. RGB value is (21,130,235). Sum of RGB (Red+Green+Blue) = 21+130+235=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #1582EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1582EB is #EA7D14. Grayscale: #6C6C6C. Windows color (decimal): -15367445 or 15434261. OLE color: 15434261.

HSL color Cylindrical-coordinate representation of color #1582EB: hue angle of 209.44º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1582EB is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 130 235 -
CMYK 0.91 0.45 0 0.08
HSL 209.44º 0.84% 0.5% -
HSV(B) 209.44º 0.91% 0.92% -
XYZ 23.29 22.12 81.64 -
YUV 109.38 198.89 64.96 -
System Red Green Blue C M Y K H S L
Decimal 21 130 235 0.91 0.45 0 0.08 209.44 0.84 0.5
Hex 15 82 EB 5B 2D 0 8 D1 54 32
Octal 25 202 353 133 55 0 10 321 124 62
Binary 10101 10000010 11101011 1011011 101101 0 1000 11010001 1010100 110010

Color Harmonies of #1582EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1582EB

Black with #1582EB

Text Example


Text Example

White with #1582EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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