Html Css Color HEX #197CF9 Dodger Blue

📋 copy color: '#197CF9'

red 25 ◦ green 124 ◦ blue 249

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

Shades of Dodger Blue #197CF9

Tints of Dodger Blue #197CF9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.16%

 BLUE value IS 249 (97.66% from 255) = 62.56%

R = 6.28%
G = 31.16%
B = 62.56%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#197CF9 (or 0x197CF9) is known color: Dodger Blue. HEX triplet: 19, 7C and F9. RGB value is (25,124,249). Sum of RGB (Red+Green+Blue) = 25+124+249=398 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.28% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 249 (97.66% from 255 or 62.56% from 398); Max value from RGB is 249 - color contains mainly: blue. Hex color #197CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197CF9 is #E68306. Grayscale: #6C6C6C. Windows color (decimal): -15106823 or 16350233. OLE color: 16350233.

HSL color Cylindrical-coordinate representation of color #197CF9: hue angle of 213.48º degrees, saturation: 0.95, 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 #197CF9 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 124 249 -
CMYK 0.90 0.50 0 0.02
HSL 213.48º 0.95% 0.54% -
HSV(B) 213.48º 0.9% 0.98% -
XYZ 24.71 21.46 92.46 -
YUV 108.65 207.2 68.34 -
System Red Green Blue C M Y K H S L
Decimal 25 124 249 0.90 0.50 0 0.02 213.48 0.95 0.54
Hex 19 7C F9 5A 32 0 2 D5 5F 36
Octal 31 174 371 132 62 0 2 325 137 66
Binary 11001 1111100 11111001 1011010 110010 0 10 11010101 1011111 110110

Color Harmonies of #197CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CF9

Black with #197CF9

Text Example


Text Example

White with #197CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,124,249); }

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

background-color css

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

 a { background-color: rgb(25,124,249); }

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

border-color css

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

 span { border-color: rgb(25,124,249); }

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