Html Css Color HEX #197EE1 Dodger Blue

📋 copy color: '#197EE1'

red 25 ◦ green 126 ◦ blue 225

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

Shades of Dodger Blue #197EE1

Tints of Dodger Blue #197EE1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.51%

 BLUE value IS 225 (88.28% from 255) = 59.84%

R = 6.65%
G = 33.51%
B = 59.84%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#197EE1 (or 0x197EE1) is known color: Dodger Blue. HEX triplet: 19, 7E and E1. RGB value is (25,126,225). Sum of RGB (Red+Green+Blue) = 25+126+225=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 225 (88.28% from 255 or 59.84% from 376); Max value from RGB is 225 - color contains mainly: blue. Hex color #197EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197EE1 is #E6811E. Grayscale: #6A6A6A. Windows color (decimal): -15106335 or 14777881. OLE color: 14777881.

HSL color Cylindrical-coordinate representation of color #197EE1: hue angle of 209.7º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197EE1 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 126 225 -
CMYK 0.89 0.44 0 0.12
HSL 209.7º 0.8% 0.49% -
HSV(B) 209.7º 0.89% 0.88% -
XYZ 21.45 20.56 74.07 -
YUV 107.09 194.54 69.45 -
System Red Green Blue C M Y K H S L
Decimal 25 126 225 0.89 0.44 0 0.12 209.7 0.8 0.49
Hex 19 7E E1 59 2C 0 C D2 50 31
Octal 31 176 341 131 54 0 14 322 120 61
Binary 11001 1111110 11100001 1011001 101100 0 1100 11010010 1010000 110001

Color Harmonies of #197EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197EE1

Black with #197EE1

Text Example


Text Example

White with #197EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197EE1; }

 p { color: rgb(25,126,225); }

 H1.HeaderClassName
 {
   color: #197EE1;
 }
 .AnyTagClassName
 {
   color: #197EE1;
 }
</style>

background-color css

<style>
 a { background-color: #197EE1; }

 a { background-color: rgb(25,126,225); }

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

border-color css

<style>
 span { border-color: #197EE1; }

 span { border-color: rgb(25,126,225); }

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