Html Css Color HEX #1591EA Dodger Blue

📋 copy color: '#1591EA'

red 21 ◦ green 145 ◦ blue 234

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

Shades of Dodger Blue #1591EA

Tints of Dodger Blue #1591EA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.25%

 BLUE value IS 234 (91.8% from 255) = 58.5%

R = 5.25%
G = 36.25%
B = 58.5%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1591EA (or 0x1591EA) is known color: Dodger Blue. HEX triplet: 15, 91 and EA. RGB value is (21,145,234). Sum of RGB (Red+Green+Blue) = 21+145+234=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #1591EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1591EA is #EA6E15. Grayscale: #757575. Windows color (decimal): -15363606 or 15372565. OLE color: 15372565.

HSL color Cylindrical-coordinate representation of color #1591EA: hue angle of 205.07º 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 #1591EA is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 145 234 -
CMYK 0.91 0.38 0 0.08
HSL 205.07º 0.84% 0.5% -
HSV(B) 205.07º 0.91% 0.92% -
XYZ 25.29 26.35 81.6 -
YUV 118.07 193.42 58.76 -
System Red Green Blue C M Y K H S L
Decimal 21 145 234 0.91 0.38 0 0.08 205.07 0.84 0.5
Hex 15 91 EA 5B 26 0 8 CD 54 32
Octal 25 221 352 133 46 0 10 315 124 62
Binary 10101 10010001 11101010 1011011 100110 0 1000 11001101 1010100 110010

Color Harmonies of #1591EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1591EA

Black with #1591EA

Text Example


Text Example

White with #1591EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1591EA; }

 p { color: rgb(21,145,234); }

 H1.HeaderClassName
 {
   color: #1591EA;
 }
 .AnyTagClassName
 {
   color: #1591EA;
 }
</style>

background-color css

<style>
 a { background-color: #1591EA; }

 a { background-color: rgb(21,145,234); }

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

border-color css

<style>
 span { border-color: #1591EA; }

 span { border-color: rgb(21,145,234); }

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