#197CEA

Color #197CEA Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #197CEA

Tints of Dodger Blue #197CEA

Color information

#197CEA (or 0x197CEA) is unknown color: approx Dodger Blue. HEX triplet: 19, 7C and EA. RGB value is (25,124,234). Sum of RGB (Red+Green+Blue) = 25+124+234=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #197CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197CEA is #E68315. Grayscale: #6A6A6A. Windows color (decimal): -15106838 or 15367193. OLE color: 15367193.

HSL color Cylindrical-coordinate representation of color #197CEA: hue angle of 211.58º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197CEA is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB25124234-
CMYK0.890.4700.08
HSL211.58º83.27%50.78%-
HSV(B)211.58º89.32%91.76%-
XYZ22.4620.5680.63-
YUV106.94199.769.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.53%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 234 (91.80% from 255) = 61.10%
R=6.53%
G=32.38%
B=61.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal251242340.890.4700.08211.5883.2750.78
Hex197CEA592F08d45333
Octal311743521315701032412363
Binary11001111110011101010101100110111101000110101001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #197CEA;
 }
 .AnyTagClassName
 {
   color: #197CEA;
 }
</style>
background-color css

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

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

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

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

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

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