Html Css Color HEX #197EEE Dodger Blue

📋 copy color: '#197EEE'

red 25 ◦ green 126 ◦ blue 238

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

Shades of Dodger Blue #197EEE

Tints of Dodger Blue #197EEE

RGB

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

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

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

R = 6.43%
G = 32.39%
B = 61.18%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#197EEE (or 0x197EEE) is known color: Dodger Blue. HEX triplet: 19, 7E and EE. RGB value is (25,126,238). Sum of RGB (Red+Green+Blue) = 25+126+238=389 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.43% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #197EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197EEE is #E68111. Grayscale: #6C6C6C. Windows color (decimal): -15106322 or 15629849. OLE color: 15629849.

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

Color convert

RGB 25 126 238 -
CMYK 0.89 0.47 0 0.07
HSL 211.55º 0.86% 0.52% -
HSV(B) 211.55º 0.89% 0.93% -
XYZ 23.29 21.3 83.77 -
YUV 108.57 201.04 68.39 -
System Red Green Blue C M Y K H S L
Decimal 25 126 238 0.89 0.47 0 0.07 211.55 0.86 0.52
Hex 19 7E EE 59 2F 0 7 D4 56 34
Octal 31 176 356 131 57 0 7 324 126 64
Binary 11001 1111110 11101110 1011001 101111 0 111 11010100 1010110 110100

Color Harmonies of #197EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197EEE

Black with #197EEE

Text Example


Text Example

White with #197EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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