Html Css Color HEX #197AEE Dodger Blue

📋 copy color: '#197AEE'

red 25 ◦ green 122 ◦ blue 238

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

Shades of Dodger Blue #197AEE

Tints of Dodger Blue #197AEE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.69%

 BLUE value IS 238 (93.36% from 255) = 61.82%

R = 6.49%
G = 31.69%
B = 61.82%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#197AEE (or 0x197AEE) is known color: Dodger Blue. HEX triplet: 19, 7A and EE. RGB value is (25,122,238). Sum of RGB (Red+Green+Blue) = 25+122+238=385 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.49% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #197AEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197AEE is #E68511. Grayscale: #696969. Windows color (decimal): -15107346 or 15628825. OLE color: 15628825.

HSL color Cylindrical-coordinate representation of color #197AEE: hue angle of 212.68º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197AEE is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 122 238 -
CMYK 0.89 0.49 0 0.07
HSL 212.68º 0.86% 0.52% -
HSV(B) 212.68º 0.89% 0.93% -
XYZ 22.79 20.3 83.61 -
YUV 106.22 202.36 70.07 -
System Red Green Blue C M Y K H S L
Decimal 25 122 238 0.89 0.49 0 0.07 212.68 0.86 0.52
Hex 19 7A EE 59 31 0 7 D5 56 34
Octal 31 172 356 131 61 0 7 325 126 64
Binary 11001 1111010 11101110 1011001 110001 0 111 11010101 1010110 110100

Color Harmonies of #197AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197AEE

Black with #197AEE

Text Example


Text Example

White with #197AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,122,238); }

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

background-color css

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

 a { background-color: rgb(25,122,238); }

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

border-color css

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

 span { border-color: rgb(25,122,238); }

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