Html Css Color HEX #1997EE Dodger Blue

📋 copy color: '#1997EE'

red 25 ◦ green 151 ◦ blue 238

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

Shades of Dodger Blue #1997EE

Tints of Dodger Blue #1997EE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.47%

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

R = 6.04%
G = 36.47%
B = 57.49%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1997EE (or 0x1997EE) is known color: Dodger Blue. HEX triplet: 19, 97 and EE. RGB value is (25,151,238). Sum of RGB (Red+Green+Blue) = 25+151+238=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #1997EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1997EE is #E66811. Grayscale: #7A7A7A. Windows color (decimal): -15099922 or 15636249. OLE color: 15636249.

HSL color Cylindrical-coordinate representation of color #1997EE: hue angle of 204.51º 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 #1997EE is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 151 238 -
CMYK 0.89 0.37 0 0.07
HSL 204.51º 0.86% 0.52% -
HSV(B) 204.51º 0.89% 0.93% -
XYZ 26.9 28.51 84.97 -
YUV 123.24 192.76 57.93 -
System Red Green Blue C M Y K H S L
Decimal 25 151 238 0.89 0.37 0 0.07 204.51 0.86 0.52
Hex 19 97 EE 59 25 0 7 CD 56 34
Octal 31 227 356 131 45 0 7 315 126 64
Binary 11001 10010111 11101110 1011001 100101 0 111 11001101 1010110 110100

Color Harmonies of #1997EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1997EE

Black with #1997EE

Text Example


Text Example

White with #1997EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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