Html Css Color HEX #1581E5 Dodger Blue

📋 copy color: '#1581E5'

red 21 ◦ green 129 ◦ blue 229

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

Shades of Dodger Blue #1581E5

Tints of Dodger Blue #1581E5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.04%

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

R = 5.54%
G = 34.04%
B = 60.42%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1581E5 (or 0x1581E5) is known color: Dodger Blue. HEX triplet: 15, 81 and E5. RGB value is (21,129,229). Sum of RGB (Red+Green+Blue) = 21+129+229=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 229 (89.84% from 255 or 60.42% from 379); Max value from RGB is 229 - color contains mainly: blue. Hex color #1581E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1581E5 is #EA7E1A. Grayscale: #6B6B6B. Windows color (decimal): -15367707 or 15040789. OLE color: 15040789.

HSL color Cylindrical-coordinate representation of color #1581E5: hue angle of 208.85º 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 #1581E5 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 129 229 -
CMYK 0.91 0.44 0 0.10
HSL 208.85º 0.83% 0.49% -
HSV(B) 208.85º 0.91% 0.9% -
XYZ 22.3 21.52 77.11 -
YUV 108.11 196.22 65.87 -
System Red Green Blue C M Y K H S L
Decimal 21 129 229 0.91 0.44 0 0.10 208.85 0.83 0.49
Hex 15 81 E5 5B 2C 0 A D1 53 31
Octal 25 201 345 133 54 0 12 321 123 61
Binary 10101 10000001 11100101 1011011 101100 0 1010 11010001 1010011 110001

Color Harmonies of #1581E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1581E5

Black with #1581E5

Text Example


Text Example

White with #1581E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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