Html Css Color HEX #197FE5 Dodger Blue

📋 copy color: '#197FE5'

red 25 ◦ green 127 ◦ blue 229

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

Shades of Dodger Blue #197FE5

Tints of Dodger Blue #197FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 60.1%

R = 6.56%
G = 33.33%
B = 60.1%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#197FE5 (or 0x197FE5) is known color: Dodger Blue. HEX triplet: 19, 7F and E5. RGB value is (25,127,229). Sum of RGB (Red+Green+Blue) = 25+127+229=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 229 (89.84% from 255 or 60.10% from 381); Max value from RGB is 229 - color contains mainly: blue. Hex color #197FE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FE5 is #E6801A. Grayscale: #6B6B6B. Windows color (decimal): -15106075 or 15040281. OLE color: 15040281.

HSL color Cylindrical-coordinate representation of color #197FE5: hue angle of 210º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197FE5 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 127 229 -
CMYK 0.89 0.45 0 0.10
HSL 210º 0.8% 0.5% -
HSV(B) 210º 0.89% 0.9% -
XYZ 22.13 21.04 77.02 -
YUV 108.13 196.21 68.71 -
System Red Green Blue C M Y K H S L
Decimal 25 127 229 0.89 0.45 0 0.10 210 0.8 0.5
Hex 19 7F E5 59 2D 0 A D2 50 32
Octal 31 177 345 131 55 0 12 322 120 62
Binary 11001 1111111 11100101 1011001 101101 0 1010 11010010 1010000 110010

Color Harmonies of #197FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FE5

Black with #197FE5

Text Example


Text Example

White with #197FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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