Html Css Color HEX #197DE1 Dodger Blue

📋 copy color: '#197DE1'

red 25 ◦ green 125 ◦ blue 225

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

Shades of Dodger Blue #197DE1

Tints of Dodger Blue #197DE1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.33%

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

R = 6.67%
G = 33.33%
B = 60%

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

#197DE1 (or 0x197DE1) is known color: Dodger Blue. HEX triplet: 19, 7D and E1. RGB value is (25,125,225). Sum of RGB (Red+Green+Blue) = 25+125+225=375 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.67% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 225 (88.28% from 255 or 60% from 375); Max value from RGB is 225 - color contains mainly: blue. Hex color #197DE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DE1 is #E6821E. Grayscale: #6A6A6A. Windows color (decimal): -15106591 or 14777625. OLE color: 14777625.

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

Color convert

RGB 25 125 225 -
CMYK 0.89 0.44 0 0.12
HSL 210º 0.8% 0.49% -
HSV(B) 210º 0.89% 0.88% -
XYZ 21.33 20.31 74.03 -
YUV 106.5 194.87 69.87 -
System Red Green Blue C M Y K H S L
Decimal 25 125 225 0.89 0.44 0 0.12 210 0.8 0.49
Hex 19 7D E1 59 2C 0 C D2 50 31
Octal 31 175 341 131 54 0 14 322 120 61
Binary 11001 1111101 11100001 1011001 101100 0 1100 11010010 1010000 110001

Color Harmonies of #197DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DE1

Black with #197DE1

Text Example


Text Example

White with #197DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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