Html Css Color HEX #197FFA Dodger Blue

📋 copy color: '#197FFA'

red 25 ◦ green 127 ◦ blue 250

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

Shades of Dodger Blue #197FFA

Tints of Dodger Blue #197FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.19%

R = 6.22%
G = 31.59%
B = 62.19%

CMYK

 C value IS 0.9

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#197FFA (or 0x197FFA) is known color: Dodger Blue. HEX triplet: 19, 7F and FA. RGB value is (25,127,250). Sum of RGB (Red+Green+Blue) = 25+127+250=402 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.22% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #197FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197FFA is #E68005. Grayscale: #6D6D6D. Windows color (decimal): -15106054 or 16416537. OLE color: 16416537.

HSL color Cylindrical-coordinate representation of color #197FFA: hue angle of 212.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197FFA is Cyan = 0.9, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 127 250 -
CMYK 0.9 0.49 0 0.02
HSL 212.8º 0.96% 0.54% -
HSV(B) 212.8º 0.9% 0.98% -
XYZ 25.25 22.29 93.41 -
YUV 110.52 206.71 67 -
System Red Green Blue C M Y K H S L
Decimal 25 127 250 0.9 0.49 0 0.02 212.8 0.96 0.54
Hex 19 7F FA 5A 31 0 2 D5 60 36
Octal 31 177 372 132 61 0 2 325 140 66
Binary 11001 1111111 11111010 1011010 110001 0 10 11010101 1100000 110110

Color Harmonies of #197FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FFA

Black with #197FFA

Text Example


Text Example

White with #197FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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