Html Css Color HEX #197DDF Dodger Blue

📋 copy color: '#197DDF'

red 25 ◦ green 125 ◦ blue 223

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

Shades of Dodger Blue #197DDF

Tints of Dodger Blue #197DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.79%

R = 6.7%
G = 33.51%
B = 59.79%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#197DDF (or 0x197DDF) is known color: Dodger Blue. HEX triplet: 19, 7D and DF. RGB value is (25,125,223). Sum of RGB (Red+Green+Blue) = 25+125+223=373 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.70% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #197DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DDF is #E68220. Grayscale: #696969. Windows color (decimal): -15106593 or 14646553. OLE color: 14646553.

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

Color convert

RGB 25 125 223 -
CMYK 0.89 0.44 0 0.13
HSL 209.7º 0.8% 0.49% -
HSV(B) 209.7º 0.89% 0.87% -
XYZ 21.05 20.2 72.6 -
YUV 106.27 193.87 70.03 -
System Red Green Blue C M Y K H S L
Decimal 25 125 223 0.89 0.44 0 0.13 209.7 0.8 0.49
Hex 19 7D DF 59 2C 0 D D2 50 31
Octal 31 175 337 131 54 0 15 322 120 61
Binary 11001 1111101 11011111 1011001 101100 0 1101 11010010 1010000 110001

Color Harmonies of #197DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DDF

Black with #197DDF

Text Example


Text Example

White with #197DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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