Html Css Color HEX #197EF2 Dodger Blue

📋 copy color: '#197EF2'

red 25 ◦ green 126 ◦ blue 242

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

Shades of Dodger Blue #197EF2

Tints of Dodger Blue #197EF2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.06%

 BLUE value IS 242 (94.92% from 255) = 61.58%

R = 6.36%
G = 32.06%
B = 61.58%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#197EF2 (or 0x197EF2) is known color: Dodger Blue. HEX triplet: 19, 7E and F2. RGB value is (25,126,242). Sum of RGB (Red+Green+Blue) = 25+126+242=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 242 (94.92% from 255 or 61.58% from 393); Max value from RGB is 242 - color contains mainly: blue. Hex color #197EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197EF2 is #E6810D. Grayscale: #6C6C6C. Windows color (decimal): -15106318 or 15891993. OLE color: 15891993.

HSL color Cylindrical-coordinate representation of color #197EF2: hue angle of 212.07º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197EF2 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 126 242 -
CMYK 0.90 0.48 0 0.05
HSL 212.07º 0.89% 0.52% -
HSV(B) 212.07º 0.9% 0.95% -
XYZ 23.89 21.54 86.9 -
YUV 109.03 203.04 68.07 -
System Red Green Blue C M Y K H S L
Decimal 25 126 242 0.90 0.48 0 0.05 212.07 0.89 0.52
Hex 19 7E F2 5A 30 0 5 D4 59 34
Octal 31 176 362 132 60 0 5 324 131 64
Binary 11001 1111110 11110010 1011010 110000 0 101 11010100 1011001 110100

Color Harmonies of #197EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197EF2

Black with #197EF2

Text Example


Text Example

White with #197EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,126,242); }

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

background-color css

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

 a { background-color: rgb(25,126,242); }

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

border-color css

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

 span { border-color: rgb(25,126,242); }

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