Html Css Color HEX #197FFC Dodger Blue

📋 copy color: '#197FFC'

red 25 ◦ green 127 ◦ blue 252

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

Shades of Dodger Blue #197FFC

Tints of Dodger Blue #197FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.38%

R = 6.19%
G = 31.44%
B = 62.38%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#197FFC (or 0x197FFC) is known color: Dodger Blue. HEX triplet: 19, 7F and FC. RGB value is (25,127,252). Sum of RGB (Red+Green+Blue) = 25+127+252=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #197FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197FFC is #E68003. Grayscale: #6E6E6E. Windows color (decimal): -15106052 or 16547609. OLE color: 16547609.

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

Color convert

RGB 25 127 252 -
CMYK 0.90 0.50 0 0.01
HSL 213.04º 0.97% 0.54% -
HSV(B) 213.04º 0.9% 0.99% -
XYZ 25.56 22.41 95.07 -
YUV 110.75 207.71 66.84 -
System Red Green Blue C M Y K H S L
Decimal 25 127 252 0.90 0.50 0 0.01 213.04 0.97 0.54
Hex 19 7F FC 5A 32 0 1 D5 61 36
Octal 31 177 374 132 62 0 1 325 141 66
Binary 11001 1111111 11111100 1011010 110010 0 1 11010101 1100001 110110

Color Harmonies of #197FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FFC

Black with #197FFC

Text Example


Text Example

White with #197FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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