Html Css Color HEX #1582EC Dodger Blue

📋 copy color: '#1582EC'

red 21 ◦ green 130 ◦ blue 236

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

Shades of Dodger Blue #1582EC

Tints of Dodger Blue #1582EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.98%

R = 5.43%
G = 33.59%
B = 60.98%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1582EC (or 0x1582EC) is known color: Dodger Blue. HEX triplet: 15, 82 and EC. RGB value is (21,130,236). Sum of RGB (Red+Green+Blue) = 21+130+236=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #1582EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1582EC is #EA7D13. Grayscale: #6C6C6C. Windows color (decimal): -15367444 or 15499797. OLE color: 15499797.

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

Color convert

RGB 21 130 236 -
CMYK 0.91 0.45 0 0.07
HSL 209.58º 0.85% 0.5% -
HSV(B) 209.58º 0.91% 0.93% -
XYZ 23.43 22.18 82.4 -
YUV 109.49 199.39 64.88 -
System Red Green Blue C M Y K H S L
Decimal 21 130 236 0.91 0.45 0 0.07 209.58 0.85 0.5
Hex 15 82 EC 5B 2D 0 7 D2 55 32
Octal 25 202 354 133 55 0 7 322 125 62
Binary 10101 10000010 11101100 1011011 101101 0 111 11010010 1010101 110010

Color Harmonies of #1582EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1582EC

Black with #1582EC

Text Example


Text Example

White with #1582EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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