Html Css Color HEX #197FFF Dodger Blue

📋 copy color: '#197FFF'

red 25 ◦ green 127 ◦ blue 255

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

Shades of Dodger Blue #197FFF

Tints of Dodger Blue #197FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 31.2%

 BLUE value IS 255 (100% from 255) = 62.65%

R = 6.14%
G = 31.2%
B = 62.65%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#197FFF (or 0x197FFF) is known color: Dodger Blue. HEX triplet: 19, 7F and FF. RGB value is (25,127,255). Sum of RGB (Red+Green+Blue) = 25+127+255=407 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.14% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #197FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197FFF is #E68000. Grayscale: #6E6E6E. Windows color (decimal): -15106049 or 16744217. OLE color: 16744217.

HSL color Cylindrical-coordinate representation of color #197FFF: hue angle of 213.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197FFF is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 127 255 -
CMYK 0.90 0.50 0 0
HSL 213.39º 1% 0.55% -
HSV(B) 213.39º 0.9% 1% -
XYZ 26.04 22.61 97.6 -
YUV 111.09 209.21 66.59 -
System Red Green Blue C M Y K H S L
Decimal 25 127 255 0.90 0.50 0 0 213.39 1 0.55
Hex 19 7F FF 5A 32 0 0 D5 64 37
Octal 31 177 377 132 62 0 0 325 144 67
Binary 11001 1111111 11111111 1011010 110010 0 0 11010101 1100100 110111

Color Harmonies of #197FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FFF

Black with #197FFF

Text Example


Text Example

White with #197FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,127,255); }

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

background-color css

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

 a { background-color: rgb(25,127,255); }

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

border-color css

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

 span { border-color: rgb(25,127,255); }

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