Html Css Color HEX #197DF5 Dodger Blue

📋 copy color: '#197DF5'

red 25 ◦ green 125 ◦ blue 245

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

Shades of Dodger Blue #197DF5

Tints of Dodger Blue #197DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 62.03%

R = 6.33%
G = 31.65%
B = 62.03%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#197DF5 (or 0x197DF5) is known color: Dodger Blue. HEX triplet: 19, 7D and F5. RGB value is (25,125,245). Sum of RGB (Red+Green+Blue) = 25+125+245=395 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.33% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 245 (96.09% from 255 or 62.03% from 395); Max value from RGB is 245 - color contains mainly: blue. Hex color #197DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197DF5 is #E6820A. Grayscale: #6C6C6C. Windows color (decimal): -15106571 or 16088345. OLE color: 16088345.

HSL color Cylindrical-coordinate representation of color #197DF5: hue angle of 212.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197DF5 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 25 125 245 -
CMYK 0.90 0.49 0 0.04
HSL 212.73º 0.92% 0.53% -
HSV(B) 212.73º 0.9% 0.96% -
XYZ 24.22 21.47 89.25 -
YUV 108.78 204.87 68.24 -
System Red Green Blue C M Y K H S L
Decimal 25 125 245 0.90 0.49 0 0.04 212.73 0.92 0.53
Hex 19 7D F5 5A 31 0 4 D5 5C 35
Octal 31 175 365 132 61 0 4 325 134 65
Binary 11001 1111101 11110101 1011010 110001 0 100 11010101 1011100 110101

Color Harmonies of #197DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DF5

Black with #197DF5

Text Example


Text Example

White with #197DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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