Html Css Color HEX #197FE1 Dodger Blue

📋 copy color: '#197FE1'

red 25 ◦ green 127 ◦ blue 225

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

Shades of Dodger Blue #197FE1

Tints of Dodger Blue #197FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 33.69%

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

R = 6.63%
G = 33.69%
B = 59.68%

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

#197FE1 (or 0x197FE1) is known color: Dodger Blue. HEX triplet: 19, 7F and E1. RGB value is (25,127,225). Sum of RGB (Red+Green+Blue) = 25+127+225=377 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.63% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 225 (88.28% from 255 or 59.68% from 377); Max value from RGB is 225 - color contains mainly: blue. Hex color #197FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FE1 is #E6801E. Grayscale: #6B6B6B. Windows color (decimal): -15106079 or 14778137. OLE color: 14778137.

HSL color Cylindrical-coordinate representation of color #197FE1: hue angle of 209.4º 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 #197FE1 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 127 225 -
CMYK 0.89 0.44 0 0.12
HSL 209.4º 0.8% 0.49% -
HSV(B) 209.4º 0.89% 0.88% -
XYZ 21.58 20.82 74.12 -
YUV 107.67 194.21 69.03 -
System Red Green Blue C M Y K H S L
Decimal 25 127 225 0.89 0.44 0 0.12 209.4 0.8 0.49
Hex 19 7F E1 59 2C 0 C D1 50 31
Octal 31 177 341 131 54 0 14 321 120 61
Binary 11001 1111111 11100001 1011001 101100 0 1100 11010001 1010000 110001

Color Harmonies of #197FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FE1

Black with #197FE1

Text Example


Text Example

White with #197FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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