Html Css Color HEX #197FE0 Dodger Blue

📋 copy color: '#197FE0'

red 25 ◦ green 127 ◦ blue 224

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

Shades of Dodger Blue #197FE0

Tints of Dodger Blue #197FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 59.57%

R = 6.65%
G = 33.78%
B = 59.57%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#197FE0 (or 0x197FE0) is known color: Dodger Blue. HEX triplet: 19, 7F and E0. RGB value is (25,127,224). Sum of RGB (Red+Green+Blue) = 25+127+224=376 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.65% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 224 (87.89% from 255 or 59.57% from 376); Max value from RGB is 224 - color contains mainly: blue. Hex color #197FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197FE0 is #E6801F. Grayscale: #6B6B6B. Windows color (decimal): -15106080 or 14712601. OLE color: 14712601.

HSL color Cylindrical-coordinate representation of color #197FE0: hue angle of 209.25º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197FE0 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 127 224 -
CMYK 0.89 0.43 0 0.12
HSL 209.25º 0.8% 0.49% -
HSV(B) 209.25º 0.89% 0.88% -
XYZ 21.44 20.77 73.4 -
YUV 107.56 193.71 69.11 -
System Red Green Blue C M Y K H S L
Decimal 25 127 224 0.89 0.43 0 0.12 209.25 0.8 0.49
Hex 19 7F E0 59 2B 0 C D1 50 31
Octal 31 177 340 131 53 0 14 321 120 61
Binary 11001 1111111 11100000 1011001 101011 0 1100 11010001 1010000 110001

Color Harmonies of #197FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197FE0

Black with #197FE0

Text Example


Text Example

White with #197FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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