Html Css Color HEX #197CF4 Dodger Blue

📋 copy color: '#197CF4'

red 25 ◦ green 124 ◦ blue 244

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

Shades of Dodger Blue #197CF4

Tints of Dodger Blue #197CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 62.09%

R = 6.36%
G = 31.55%
B = 62.09%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#197CF4 (or 0x197CF4) is known color: Dodger Blue. HEX triplet: 19, 7C and F4. RGB value is (25,124,244). Sum of RGB (Red+Green+Blue) = 25+124+244=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 244 (95.70% from 255 or 62.09% from 393); Max value from RGB is 244 - color contains mainly: blue. Hex color #197CF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197CF4 is #E6830B. Grayscale: #6B6B6B. Windows color (decimal): -15106828 or 16022553. OLE color: 16022553.

HSL color Cylindrical-coordinate representation of color #197CF4: hue angle of 212.88º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197CF4 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 25 124 244 -
CMYK 0.90 0.49 0 0.04
HSL 212.88º 0.91% 0.53% -
HSV(B) 212.88º 0.9% 0.96% -
XYZ 23.94 21.15 88.41 -
YUV 108.08 204.7 68.74 -
System Red Green Blue C M Y K H S L
Decimal 25 124 244 0.90 0.49 0 0.04 212.88 0.91 0.53
Hex 19 7C F4 5A 31 0 4 D5 5B 35
Octal 31 174 364 132 61 0 4 325 133 65
Binary 11001 1111100 11110100 1011010 110001 0 100 11010101 1011011 110101

Color Harmonies of #197CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CF4

Black with #197CF4

Text Example


Text Example

White with #197CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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