Html Css Color HEX #1991EC Dodger Blue

📋 copy color: '#1991EC'

red 25 ◦ green 145 ◦ blue 236

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

Shades of Dodger Blue #1991EC

Tints of Dodger Blue #1991EC

RGB

 RED value IS 25 (10.16% from 255) = 6.16%

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

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

R = 6.16%
G = 35.71%
B = 58.13%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1991EC (or 0x1991EC) is known color: Dodger Blue. HEX triplet: 19, 91 and EC. RGB value is (25,145,236). Sum of RGB (Red+Green+Blue) = 25+145+236=406 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.16% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #1991EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1991EC is #E66E13. Grayscale: #777777. Windows color (decimal): -15101460 or 15503641. OLE color: 15503641.

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

Color convert

RGB 25 145 236 -
CMYK 0.89 0.39 0 0.07
HSL 205.88º 0.85% 0.51% -
HSV(B) 205.88º 0.89% 0.93% -
XYZ 25.67 26.51 83.12 -
YUV 119.49 193.74 60.6 -
System Red Green Blue C M Y K H S L
Decimal 25 145 236 0.89 0.39 0 0.07 205.88 0.85 0.51
Hex 19 91 EC 59 27 0 7 CE 55 33
Octal 31 221 354 131 47 0 7 316 125 63
Binary 11001 10010001 11101100 1011001 100111 0 111 11001110 1010101 110011

Color Harmonies of #1991EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1991EC

Black with #1991EC

Text Example


Text Example

White with #1991EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,145,236); }

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

background-color css

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

 a { background-color: rgb(25,145,236); }

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

border-color css

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

 span { border-color: rgb(25,145,236); }

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