Html Css Color HEX #1991EE Dodger Blue

📋 copy color: '#1991EE'

red 25 ◦ green 145 ◦ blue 238

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

Shades of Dodger Blue #1991EE

Tints of Dodger Blue #1991EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.33%

R = 6.13%
G = 35.54%
B = 58.33%

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

#1991EE (or 0x1991EE) is known color: Dodger Blue. HEX triplet: 19, 91 and EE. RGB value is (25,145,238). Sum of RGB (Red+Green+Blue) = 25+145+238=408 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.13% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #1991EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1991EE is #E66E11. Grayscale: #777777. Windows color (decimal): -15101458 or 15634713. OLE color: 15634713.

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

Color convert

RGB 25 145 238 -
CMYK 0.89 0.39 0 0.07
HSL 206.2º 0.86% 0.52% -
HSV(B) 206.2º 0.89% 0.93% -
XYZ 25.96 26.63 84.66 -
YUV 119.72 194.74 60.44 -
System Red Green Blue C M Y K H S L
Decimal 25 145 238 0.89 0.39 0 0.07 206.2 0.86 0.52
Hex 19 91 EE 59 27 0 7 CE 56 34
Octal 31 221 356 131 47 0 7 316 126 64
Binary 11001 10010001 11101110 1011001 100111 0 111 11001110 1010110 110100

Color Harmonies of #1991EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1991EE

Black with #1991EE

Text Example


Text Example

White with #1991EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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