Html Css Color HEX #197CE5 Dodger Blue

📋 copy color: '#197CE5'

red 25 ◦ green 124 ◦ blue 229

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

Shades of Dodger Blue #197CE5

Tints of Dodger Blue #197CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 60.58%

R = 6.61%
G = 32.8%
B = 60.58%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#197CE5 (or 0x197CE5) is known color: Dodger Blue. HEX triplet: 19, 7C and E5. RGB value is (25,124,229). Sum of RGB (Red+Green+Blue) = 25+124+229=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 229 (89.84% from 255 or 60.58% from 378); Max value from RGB is 229 - color contains mainly: blue. Hex color #197CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #197CE5 is #E6831A. Grayscale: #696969. Windows color (decimal): -15106843 or 15039513. OLE color: 15039513.

HSL color Cylindrical-coordinate representation of color #197CE5: hue angle of 210.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197CE5 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 124 229 -
CMYK 0.89 0.46 0 0.10
HSL 210.88º 0.8% 0.5% -
HSV(B) 210.88º 0.89% 0.9% -
XYZ 21.75 20.28 76.9 -
YUV 106.37 197.2 69.96 -
System Red Green Blue C M Y K H S L
Decimal 25 124 229 0.89 0.46 0 0.10 210.88 0.8 0.5
Hex 19 7C E5 59 2E 0 A D3 50 32
Octal 31 174 345 131 56 0 12 323 120 62
Binary 11001 1111100 11100101 1011001 101110 0 1010 11010011 1010000 110010

Color Harmonies of #197CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197CE5

Black with #197CE5

Text Example


Text Example

White with #197CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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