Html Css Color HEX #197DF1 Dodger Blue

📋 copy color: '#197DF1'

red 25 ◦ green 125 ◦ blue 241

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

Shades of Dodger Blue #197DF1

Tints of Dodger Blue #197DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.64%

R = 6.39%
G = 31.97%
B = 61.64%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#197DF1 (or 0x197DF1) is known color: Dodger Blue. HEX triplet: 19, 7D and F1. RGB value is (25,125,241). Sum of RGB (Red+Green+Blue) = 25+125+241=391 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.39% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 241 (94.53% from 255 or 61.64% from 391); Max value from RGB is 241 - color contains mainly: blue. Hex color #197DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197DF1 is #E6820E. Grayscale: #6B6B6B. Windows color (decimal): -15106575 or 15826201. OLE color: 15826201.

HSL color Cylindrical-coordinate representation of color #197DF1: hue angle of 212.22º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197DF1 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 125 241 -
CMYK 0.90 0.48 0 0.05
HSL 212.22º 0.89% 0.52% -
HSV(B) 212.22º 0.9% 0.95% -
XYZ 23.61 21.22 86.07 -
YUV 108.32 202.87 68.57 -
System Red Green Blue C M Y K H S L
Decimal 25 125 241 0.90 0.48 0 0.05 212.22 0.89 0.52
Hex 19 7D F1 5A 30 0 5 D4 59 34
Octal 31 175 361 132 60 0 5 324 131 64
Binary 11001 1111101 11110001 1011010 110000 0 101 11010100 1011001 110100

Color Harmonies of #197DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197DF1

Black with #197DF1

Text Example


Text Example

White with #197DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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