Html Css Color HEX #197DDE Dodger Blue

📋 copy color: '#197DDE'

red 25 ◦ green 125 ◦ blue 222

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

Shades of Dodger Blue #197DDE

Tints of Dodger Blue #197DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.68%

R = 6.72%
G = 33.6%
B = 59.68%

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

#197DDE (or 0x197DDE) is known color: Dodger Blue. HEX triplet: 19, 7D and DE. RGB value is (25,125,222). Sum of RGB (Red+Green+Blue) = 25+125+222=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #197DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197DDE is #E68221. Grayscale: #696969. Windows color (decimal): -15106594 or 14581017. OLE color: 14581017.

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

Color convert

RGB 25 125 222 -
CMYK 0.89 0.44 0 0.13
HSL 209.54º 0.8% 0.48% -
HSV(B) 209.54º 0.89% 0.87% -
XYZ 20.92 20.15 71.89 -
YUV 106.16 193.37 70.11 -
System Red Green Blue C M Y K H S L
Decimal 25 125 222 0.89 0.44 0 0.13 209.54 0.8 0.48
Hex 19 7D DE 59 2C 0 D D2 50 30
Octal 31 175 336 131 54 0 15 322 120 60
Binary 11001 1111101 11011110 1011001 101100 0 1101 11010010 1010000 110000

Color Harmonies of #197DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DDE

Black with #197DDE

Text Example


Text Example

White with #197DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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