#197FEF

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

Shades of Dodger Blue #197FEF

Tints of Dodger Blue #197FEF

Color information

#197FEF (or 0x197FEF) is unknown color: approx Dodger Blue. HEX triplet: 19, 7F and EF. RGB value is (25,127,239). Sum of RGB (Red+Green+Blue) = 25+127+239=391 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.39% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #197FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197FEF is #E68010. Grayscale: #6C6C6C. Windows color (decimal): -15106065 or 15695641. OLE color: 15695641.

HSL color Cylindrical-coordinate representation of color #197FEF: hue angle of 211.4º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197FEF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB25127239-
CMYK0.900.4700.06
HSL211.4º86.99%51.76%-
HSV(B)211.4º89.54%93.73%-
XYZ23.5721.6284.59-
YUV109.27201.2167.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.39%
GREEN value IS 127 (50% from 255) = 32.48%
BLUE value IS 239 (93.75% from 255) = 61.13%
R=6.39%
G=32.48%
B=61.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal251272390.900.4700.06211.486.9951.76
Hex197FEF5A2F06d35734
Octal31177357132570632312764
Binary1100111111111110111110110101011110110110100111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,127,239); }

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

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

 a { background-color: rgb(25,127,239); }

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

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

 span { border-color: rgb(25,127,239); }

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