Html Css Color HEX #1583E5 Dodger Blue

📋 copy color: '#1583E5'

red 21 ◦ green 131 ◦ blue 229

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

Shades of Dodger Blue #1583E5

Tints of Dodger Blue #1583E5

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.38%

 BLUE value IS 229 (89.84% from 255) = 60.1%

R = 5.51%
G = 34.38%
B = 60.1%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1583E5 (or 0x1583E5) is known color: Dodger Blue. HEX triplet: 15, 83 and E5. RGB value is (21,131,229). Sum of RGB (Red+Green+Blue) = 21+131+229=381 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.51% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 229 (89.84% from 255 or 60.10% from 381); Max value from RGB is 229 - color contains mainly: blue. Hex color #1583E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1583E5 is #EA7C1A. Grayscale: #6C6C6C. Windows color (decimal): -15367195 or 15041301. OLE color: 15041301.

HSL color Cylindrical-coordinate representation of color #1583E5: hue angle of 208.27º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1583E5 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 131 229 -
CMYK 0.91 0.43 0 0.10
HSL 208.27º 0.83% 0.49% -
HSV(B) 208.27º 0.91% 0.9% -
XYZ 22.57 22.05 77.2 -
YUV 109.28 195.56 65.03 -
System Red Green Blue C M Y K H S L
Decimal 21 131 229 0.91 0.43 0 0.10 208.27 0.83 0.49
Hex 15 83 E5 5B 2B 0 A D0 53 31
Octal 25 203 345 133 53 0 12 320 123 61
Binary 10101 10000011 11100101 1011011 101011 0 1010 11010000 1010011 110001

Color Harmonies of #1583E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1583E5

Black with #1583E5

Text Example


Text Example

White with #1583E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1583E5; }

 p { color: rgb(21,131,229); }

 H1.HeaderClassName
 {
   color: #1583E5;
 }
 .AnyTagClassName
 {
   color: #1583E5;
 }
</style>

background-color css

<style>
 a { background-color: #1583E5; }

 a { background-color: rgb(21,131,229); }

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

border-color css

<style>
 span { border-color: #1583E5; }

 span { border-color: rgb(21,131,229); }

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