Html Css Color HEX #197CE1 Dodger Blue

📋 copy color: '#197CE1'

red 25 ◦ green 124 ◦ blue 225

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

Shades of Dodger Blue #197CE1

Tints of Dodger Blue #197CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 60.16%

R = 6.68%
G = 33.16%
B = 60.16%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#197CE1 (or 0x197CE1) is known color: Dodger Blue. HEX triplet: 19, 7C and E1. RGB value is (25,124,225). Sum of RGB (Red+Green+Blue) = 25+124+225=374 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.68% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 225 (88.28% from 255 or 60.16% from 374); Max value from RGB is 225 - color contains mainly: blue. Hex color #197CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CE1 is #E6831E. Grayscale: #696969. Windows color (decimal): -15106847 or 14777369. OLE color: 14777369.

HSL color Cylindrical-coordinate representation of color #197CE1: hue angle of 210.3º 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 #197CE1 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 25 124 225 -
CMYK 0.89 0.45 0 0.12
HSL 210.3º 0.8% 0.49% -
HSV(B) 210.3º 0.89% 0.88% -
XYZ 21.2 20.06 73.99 -
YUV 105.91 195.2 70.29 -
System Red Green Blue C M Y K H S L
Decimal 25 124 225 0.89 0.45 0 0.12 210.3 0.8 0.49
Hex 19 7C E1 59 2D 0 C D2 50 31
Octal 31 174 341 131 55 0 14 322 120 61
Binary 11001 1111100 11100001 1011001 101101 0 1100 11010010 1010000 110001

Color Harmonies of #197CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CE1

Black with #197CE1

Text Example


Text Example

White with #197CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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