Html Css Color HEX #197AF7 Dodger Blue

📋 copy color: '#197AF7'

red 25 ◦ green 122 ◦ blue 247

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

Shades of Dodger Blue #197AF7

Tints of Dodger Blue #197AF7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

 BLUE value IS 247 (96.88% from 255) = 62.69%

R = 6.35%
G = 30.96%
B = 62.69%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#197AF7 (or 0x197AF7) is known color: Dodger Blue. HEX triplet: 19, 7A and F7. RGB value is (25,122,247). Sum of RGB (Red+Green+Blue) = 25+122+247=394 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.35% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 247 (96.88% from 255 or 62.69% from 394); Max value from RGB is 247 - color contains mainly: blue. Hex color #197AF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197AF7 is #E68508. Grayscale: #6A6A6A. Windows color (decimal): -15107337 or 16218649. OLE color: 16218649.

HSL color Cylindrical-coordinate representation of color #197AF7: hue angle of 213.78º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197AF7 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 25 122 247 -
CMYK 0.90 0.51 0 0.03
HSL 213.78º 0.93% 0.53% -
HSV(B) 213.78º 0.9% 0.97% -
XYZ 24.15 20.84 90.75 -
YUV 107.25 206.86 69.34 -
System Red Green Blue C M Y K H S L
Decimal 25 122 247 0.90 0.51 0 0.03 213.78 0.93 0.53
Hex 19 7A F7 5A 33 0 3 D6 5D 35
Octal 31 172 367 132 63 0 3 326 135 65
Binary 11001 1111010 11110111 1011010 110011 0 11 11010110 1011101 110101

Color Harmonies of #197AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197AF7

Black with #197AF7

Text Example


Text Example

White with #197AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,122,247); }

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

background-color css

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

 a { background-color: rgb(25,122,247); }

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

border-color css

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

 span { border-color: rgb(25,122,247); }

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